Skip to content

Commit 01f5f4e

Browse files
committed
small fix
1 parent 344b94c commit 01f5f4e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

__init__.py

Whitespace-only changes.

scripts/filter_lng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import pandas as pd
66
import os
77
from glob import glob
8-
from const import *
8+
from utils.const import *
99
import warnings
1010
from tqdm import tqdm
1111
warnings.filterwarnings('ignore')

utils/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)