Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed May 13, 2020
1 parent 2d590d9 commit bb16139
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/sdssdb/peewee/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# isort:skip_file
# flake8: noqa

import re
import warnings

from sdssdb import _peewee
Expand All @@ -12,9 +11,7 @@
import peewee
from peewee import Model, ModelBase, fn
from playhouse.hybrid import hybrid_method
from playhouse.reflection import generate_models

from sdssdb import log
from sdssdb.exceptions import SdssdbUserWarning
from sdssdb.utils.internals import is_table_locked

Expand Down

0 comments on commit bb16139

Please sign in to comment.