Removed an unused import from testlib_journal_entry.py.
This commit is contained in:
parent
b3fa52584e
commit
67e9755e91
@ -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."""
|
||||||
|
Loading…
Reference in New Issue
Block a user