Removed an unused import from testlib_journal_entry.py.

This commit is contained in:
依瑪貓 2023-06-10 10:33:09 +08:00
parent 6723077b72
commit 736a4086ee

View File

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