Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 11, 2024
1 parent 4f35b71 commit ab21d26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: Implementation :: CPython
Typing :: Typed
keywords =
Expand Down
4 changes: 1 addition & 3 deletions src/skhep_testdata/local_files.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
from __future__ import annotations

import sys
import tempfile
import zipfile
from importlib import resources
from pathlib import Path

import requests

from . import data, remote_files

from importlib import resources

__all__ = ("data_path", "download_all", "known_files")


Expand Down
4 changes: 1 addition & 3 deletions src/skhep_testdata/remote_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
import errno
import logging
import os
import sys
import tarfile
from importlib import resources
from typing import ClassVar
from urllib.request import urlretrieve

import yaml

from importlib import resources

_default_data_dir = os.path.realpath(os.path.dirname(__file__))


Expand Down

0 comments on commit ab21d26

Please sign in to comment.