Skip to content

Commit

Permalink
Run linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Feb 12, 2025
1 parent f4415b6 commit 3d26da6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions benedict/dicts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
from benedict.dicts.io import IODict
from benedict.dicts.keyattr import KeyattrDict
from benedict.dicts.keylist import KeylistDict
from benedict.dicts.keypath import KeypathDict
from benedict.dicts.keypath import keypath_util
from benedict.dicts.keypath import KeypathDict, keypath_util
from benedict.dicts.parse import ParseDict
from benedict.serializers import JSONSerializer, YAMLSerializer

Expand Down
2 changes: 1 addition & 1 deletion tests/dicts/io/test_io_dict_cli.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from unittest.mock import patch
from io import StringIO
from unittest.mock import patch

from benedict.dicts.io import IODict

Expand Down
1 change: 1 addition & 0 deletions tests/github/test_issue_0432.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import unittest

from benedict import benedict


Expand Down

0 comments on commit 3d26da6

Please sign in to comment.