Removed an unused import from testlib_journal_entry.py.

This commit is contained in:
依瑪貓 2023-06-10 10:33:09 +08:00
parent b3fa52584e
commit 67e9755e91

View File

@ -25,7 +25,7 @@ from secrets import randbelow
from flask import Flask
from test_site import db
from testlib import NEXT_URI, Accounts
from testlib import Accounts
NON_EMPTY_NOTE: str = " This is \n\na test."
"""The stripped content of an non-empty note."""