Skip to content

Commit

Permalink
fix datetime import
Browse files Browse the repository at this point in the history
  • Loading branch information
toloudis committed Nov 19, 2024
1 parent 98fdb3b commit 5d7ad7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# relative to the documentation root, use os.path.abspath to make it
# absolute, like shown here.
#
import datetime
from datetime import datetime
import os
import sys

Expand Down

0 comments on commit 5d7ad7e

Please sign in to comment.