Skip to content

Commit a422bca

Browse files
committed
DB update
1 parent ddbe975 commit a422bca

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

jarvis/core/utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import xmltodict
1111
import re
1212
import requests
13+
import os
1314

1415

1516
def xml_to_dict(fname):
@@ -382,9 +383,6 @@ def recast_array(
382383
return x_new, y_new
383384

384385

385-
import os
386-
387-
388386
def get_cache_dir(subdir=""):
389387
"""Get or create cache directory, respecting ATOMGPTLAB_CACHE env var."""
390388
base = os.environ.get(

0 commit comments

Comments
 (0)