Skip to content

Commit

Permalink
#442 related. Removed non-used imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed May 17, 2023
1 parent 65bf617 commit 85a8641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arekit/contrib/source/sentinerel/io_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from enum import Enum
from os import path
from os.path import basename, join, dirname
from os.path import basename, join

import enum

Expand Down

0 comments on commit 85a8641

Please sign in to comment.