Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
anthayes92 committed Sep 13, 2024
1 parent b1f5ca3 commit 361f7a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pennylane/data/data_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@
import sys
import urllib.parse
from concurrent import futures
from functools import lru_cache
from pathlib import Path
from time import sleep
from typing import Any, Iterable, Optional, Union
from typing import Any, Iterable, Mapping, Optional, Union

from requests import get, head

from pennylane.data.base import Dataset
from pennylane.data.base.hdf5 import open_hdf5_s3
from pennylane.data.data_manager import progress

from .foldermap import ParamArg
from .foldermap import DataPath, FolderMapView, ParamArg
from .params import DEFAULT, FULL, format_params

GRAPHQL_URL = "https://cloud.pennylane.ai/graphql"
Expand Down

0 comments on commit 361f7a2

Please sign in to comment.