We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9a48a commit 9bd0af3Copy full SHA for 9bd0af3
examples/datetime_simpletest.py
@@ -10,7 +10,7 @@
10
11
# Example of working with a `datetime` object
12
# from https://docs.python.org/3/library/datetime.html#examples-of-usage-datetime
13
-from adafruit_datetime import datetime, date, time, timezone
+from adafruit_datetime import datetime, date, time
14
15
# Using datetime.combine()
16
d = date(2005, 7, 14)
0 commit comments