Skip to content

Commit

Permalink
github runner black format
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed Sep 16, 2024
1 parent 8100557 commit 7e4977c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def cloud(request):
@pytest.fixture(scope="session", name="cloud_path")
def cloud_path(cloud):
if cloud == "abfs":

storage_options = {
"account_name": os.environ.get("ABFS_LINCCDATA_ACCOUNT_NAME"),
"account_key": os.environ.get("ABFS_LINCCDATA_ACCOUNT_KEY"),
Expand Down
2 changes: 0 additions & 2 deletions tests/hipscat_import/test_create_margin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from pathlib import Path

import hipscat_import.margin_cache.margin_cache as mc
from hipscat.catalog.healpix_dataset.healpix_dataset import HealpixDataset
from hipscat_import.margin_cache.margin_cache_arguments import MarginCacheArguments
Expand Down

0 comments on commit 7e4977c

Please sign in to comment.