Skip to content

Commit 9d4732b

Browse files
committed
Traceback removed
1 parent 8a28ee1 commit 9d4732b

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

deviantart/deviantart_scratcher.py

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import logging
1010
import os
1111
import sys
12-
import traceback
1312

1413
# Third-party
1514
import pandas as pd

google_custom_search/google_scratcher.py

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import logging
1010
import os
1111
import sys
12-
import traceback
1312

1413
# Third-party
1514
import pandas as pd

internetarchive/internetarchive_scratcher.py

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import logging
99
import os
1010
import sys
11-
import traceback
1211

1312
# Third-party
1413
import pandas as pd

youtube/youtube_scratcher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import logging
1010
import os
1111
import sys
12-
import traceback
1312

1413
# Third-party
1514
import requests
@@ -43,6 +42,7 @@
4342
)
4443
logger = logging.getLogger(__name__)
4544

45+
4646
def get_next_time_search_interval():
4747
"""
4848
Provides the next searching interval of time for Creative Commons

0 commit comments

Comments
 (0)