Skip to content

Commit

Permalink
try fix pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Muddyblack committed Jan 10, 2024
1 parent e5befbd commit b996a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions MetaDataEditor/unittests/test_custom_widgets.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# pylint: disable=C
# pylint: disable=unused-import
# pylint: disable=pointless-string-statement
# pylint: disable=all
import __init__
import unittest
from PyQt5.QtWidgets import QApplication
Expand Down
3 changes: 1 addition & 2 deletions MetaDataEditor/unittests/test_image_metadata_handler.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# pylint: disable=C
# pylint: disable=unused-import
# pylint: disable=all
import __init__
import unittest
from unittest.mock import patch, MagicMock
Expand Down

0 comments on commit b996a81

Please sign in to comment.