File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2121
2222##########################################################
2323## Uncomment this section to run locally
24- current_file = Path (__file__ ).resolve ()
25- library_path = current_file .parents [4 ]
26- data_path = library_path / "data"
27- sys .path .append (str (library_path )) # ensure we can import "common" etc.
28- load_dotenv (str (library_path ) + "/credentials.env" )
29- csv_file_path = data_path / "all-states-history.csv"
30- api_file_path = data_path / "openapi_kraken.json"
24+ # current_file = Path(__file__).resolve()
25+ # library_path = current_file.parents[4]
26+ # data_path = library_path / "data"
27+ # sys.path.append(str(library_path)) # ensure we can import "common" etc.
28+ # load_dotenv(str(library_path) + "/credentials.env")
29+ # csv_file_path = data_path / "all-states-history.csv"
30+ # api_file_path = data_path / "openapi_kraken.json"
3131##########################################################
3232
3333# from the graph module
You can’t perform that action at this time.
0 commit comments