We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2401b6 commit 1629e47Copy full SHA for 1629e47
google_symptoms/delphi_google_symptoms/pull.py
@@ -2,7 +2,7 @@
2
# -*- coding: utf-8 -*-
3
import re
4
5
-from datetime import date, datetime, timedelta
+from datetime import date, datetime, timedelta # pylint: disable=unused-import
6
from os import listdir, makedirs
7
from os.path import isfile, join, exists
8
0 commit comments