Skip to content

Commit 81f8992

Browse files
committed
Fix pyflakes issue
1 parent 073b12c commit 81f8992

File tree

1 file changed

+1
-1
lines changed
  • mkdocs_git_revision_date_localized_plugin

1 file changed

+1
-1
lines changed

mkdocs_git_revision_date_localized_plugin/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
import os
44
import time
5-
from datetime import date, datetime
5+
from datetime import datetime
66

77
from mkdocs_git_revision_date_localized_plugin.ci import raise_ci_warnings
88

0 commit comments

Comments
 (0)