mirror of
https://github.com/solero/houdini.git
synced 2024-11-12 13:48:20 +00:00
Remove unneeded imports
This commit is contained in:
parent
70b91689a1
commit
3300132ef6
@ -1,5 +1,4 @@
|
||||
from collections import OrderedDict
|
||||
from aiocache import cached
|
||||
from types import FunctionType
|
||||
from abc import abstractmethod
|
||||
|
||||
|
@ -43,7 +43,6 @@ class Item(db.Model):
|
||||
return self.type == 9
|
||||
|
||||
|
||||
|
||||
class PenguinItem(db.Model):
|
||||
__tablename__ = 'penguin_item'
|
||||
|
||||
|
@ -1,11 +1,8 @@
|
||||
import inspect
|
||||
import enum
|
||||
import os
|
||||
import itertools
|
||||
import importlib
|
||||
import sys
|
||||
import logging
|
||||
import copy
|
||||
from types import FunctionType
|
||||
|
||||
from houdini.converters import _listener, _ArgumentDeserializer, get_converter, do_conversion, _ConverterContext
|
||||
|
Loading…
Reference in New Issue
Block a user