Refactoring

This commit is contained in:
2022-03-30 11:10:48 +02:00
parent 4b7dfa8afd
commit 1f2487f1c1
10 changed files with 17 additions and 113 deletions

View File

@@ -1,6 +1,3 @@
import json
import os
import pytest
from app import create_app, db
from app.models import User, Transaction, Keyword, Share