Skip to content

Commit

Permalink
Fixed Pylint issue with order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
samer-hamood committed Jan 23, 2025
1 parent c47ccf2 commit e5f8174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional/test/test_io.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest

from functional.io import ReusableFile, GZFile, BZ2File, XZFile, universal_write_open
from pathlib import Path
from functional.io import ReusableFile, GZFile, BZ2File, XZFile, universal_write_open

project_root = Path(__file__).parent.parent.parent.absolute()

Expand Down

0 comments on commit e5f8174

Please sign in to comment.