From b4c4d01920bc919e9b91e0c210398899e3c03996 Mon Sep 17 00:00:00 2001 From: askiiart <90910526+askiiart@users.noreply.github.com> Date: Mon, 19 Sep 2022 09:50:25 -0500 Subject: [PATCH] Remove extra import --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index afd193a..7ae0b0a 100644 --- a/main.py +++ b/main.py @@ -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