yoursdvniel commited on
Commit
8b96875
·
verified ·
1 Parent(s): 4ae3607

Update parser.py

Browse files
Files changed (1) hide show
  1. parser.py +1 -1
parser.py CHANGED
@@ -1,7 +1,7 @@
1
  import re
2
  from typing import List, Dict, Optional, Tuple
3
  from slugify import slugify
4
- from .config import get_db
5
 
6
  # -------------------------
7
  # Helpers
 
1
  import re
2
  from typing import List, Dict, Optional, Tuple
3
  from slugify import slugify
4
+ from config import get_db
5
 
6
  # -------------------------
7
  # Helpers