Moved the Accounts shortcut from testlib_journal_entry.py to testlib.py.
This commit is contained in:
@ -26,8 +26,8 @@ import httpx
|
||||
from flask import Flask
|
||||
|
||||
from test_site import db
|
||||
from testlib import NEXT_URI
|
||||
from testlib_journal_entry import Accounts, match_journal_entry_detail
|
||||
from testlib import NEXT_URI, Accounts
|
||||
from testlib_journal_entry import match_journal_entry_detail
|
||||
|
||||
|
||||
class JournalEntryLineItemData:
|
||||
|
Reference in New Issue
Block a user