ankanghosh commited on
Commit
a324103
·
verified ·
1 Parent(s): e6bd5d5

Update category_detection.py

Browse files
Files changed (1) hide show
  1. modules/category_detection.py +1 -4
modules/category_detection.py CHANGED
@@ -1,8 +1,5 @@
1
  import logging
2
- import re
3
- from typing import Tuple, List, Dict, Optional
4
- import os
5
- import time
6
 
7
  # Set up logging
8
  logger = logging.getLogger("misinformation_detector")
 
1
  import logging
2
+ from typing import Tuple, List, Optional
 
 
 
3
 
4
  # Set up logging
5
  logger = logging.getLogger("misinformation_detector")