Remove extra import

This commit is contained in:
askiiart 2022-09-19 09:50:25 -05:00 committed by GitHub
parent 718ffd69ff
commit b4c4d01920
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
import time
print('This is my notes')
print('This includes markdown files, and lots of python programs')
print('\nAnd remember, do this:\n')
import this
# "that" must be installed from PyPI, there's not really any reason to though.
# It just says what not to do in Python.
print('\nAnd not that:\n')
import that