Skip to content

Commit 0b766c7

Browse files
committed
Linter fixes
1 parent 2d18982 commit 0b766c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/jinja/jinja-tester.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import sys
22
import json
3-
import traceback
43
from PySide6.QtWidgets import (
54
QApplication, QMainWindow, QWidget, QVBoxLayout, QHBoxLayout,
65
QLabel, QPlainTextEdit, QTextEdit, QPushButton
76
)
87
from PySide6.QtGui import QColor, QTextCursor, QTextFormat
98
from PySide6.QtCore import Qt, QRect, QSize
10-
from jinja2 import Environment, TemplateSyntaxError, TemplateError
9+
from jinja2 import Environment, TemplateSyntaxError
1110

1211

1312
# ------------------------

0 commit comments

Comments
 (0)