Skip to content

Commit

Permalink
Fix pyflakes issue
Browse files Browse the repository at this point in the history
  • Loading branch information
timvink committed Nov 10, 2021
1 parent 073b12c commit 81f8992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs_git_revision_date_localized_plugin/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
import os
import time
from datetime import date, datetime
from datetime import datetime

from mkdocs_git_revision_date_localized_plugin.ci import raise_ci_warnings

Expand Down

0 comments on commit 81f8992

Please sign in to comment.