Skip to content

Commit

Permalink
chore: remove type checking clause
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Jan 2, 2024
1 parent 2b2bc63 commit b15f708
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hdxms_datasets/datavault.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@
import urllib.parse
from functools import cached_property
from pathlib import Path
from typing import Optional, Union, TYPE_CHECKING
from typing import Optional, Union

import requests
import yaml

from hdxms_datasets.config import cfg
from hdxms_datasets.datasets import HDXDataSet

if TYPE_CHECKING:
pass


class DataVault(object):
def __init__(
Expand Down

0 comments on commit b15f708

Please sign in to comment.