Skip to content

Commit

Permalink
chore: ruff cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Feb 21, 2024
1 parent e00ee4d commit 7e11363
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion hdxms_datasets/datavault.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import shutil
import urllib.error
import urllib.parse
from functools import cached_property
from pathlib import Path
from typing import Optional, Union
import warnings
Expand Down
1 change: 0 additions & 1 deletion tests/test_hdxms_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import pytest
import yaml
import pandas as pd
import numpy as np

TEST_PTH = Path(__file__).parent
DATA_ID = "1665149400_SecA_Krishnamurthy"
Expand Down

0 comments on commit 7e11363

Please sign in to comment.