Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Jun 3, 2024
1 parent 0b180a8 commit 512bcb4
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions elephant/datasets.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
import hashlib
import ssl
import tempfile
import warnings
import ssl

from elephant import _get_version
from os import environ, getenv
from pathlib import Path
from urllib.request import urlretrieve, urlopen
from urllib.error import HTTPError, URLError
from urllib.parse import urlparse
from urllib.request import urlopen, urlretrieve
from zipfile import ZipFile
import os
from os import environ, getenv



from tqdm import tqdm

from elephant import _get_version

ELEPHANT_TMP_DIR = Path(tempfile.gettempdir()) / "elephant"


Expand Down

0 comments on commit 512bcb4

Please sign in to comment.