mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 21:18:04 +00:00
Delete unused import
This commit is contained in:
parent
5acc4684bb
commit
ab9002a45a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
"""CSiBORG paths manager."""
|
"""CSiBORG paths manager."""
|
||||||
from glob import glob
|
from glob import glob
|
||||||
from os import makedirs, mkdir
|
from os import makedirs
|
||||||
from os.path import isdir, join
|
from os.path import isdir, join
|
||||||
from warnings import warn
|
from warnings import warn
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue