1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

No-QA hint to peewee wildcard import

This commit is contained in:
2016-07-27 15:27:59 +02:00
parent 798466f497
commit 4953f17364

View File

@@ -13,7 +13,7 @@ from utilkit import datetimeutil
from flask import Flask, abort, redirect, render_template, request, url_for
from flask_peewee.db import Database
#from flask_peewee.utils import get_object_or_404
from peewee import *
from peewee import * # noqa
try:
import settings