Skip to content

Commit 7bc3b1f

Browse files
author
Shehab Abdel-Salam
committed
Remove unused import
1 parent 44f6a26 commit 7bc3b1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

chapters/chapter11_standard_library/exercises/exercise_ch11_07.py

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
# Can you fix this?
77

8-
from datetime import datetime
9-
108

119
class Transaction:
1210
timestamp: str # Replace with `datetime`

0 commit comments

Comments
 (0)