mirror of
https://github.com/solero/houdini.git
synced 2025-04-26 08:36:27 +00:00
Remove unneeded imports
This commit is contained in:
parent
677d60e398
commit
798b4e77b4
@ -1,7 +1,5 @@
|
||||
import inspect
|
||||
import config
|
||||
import logging
|
||||
import copy
|
||||
|
||||
from houdini import handlers
|
||||
from houdini import plugins
|
||||
|
@ -1,6 +1,7 @@
|
||||
import time
|
||||
|
||||
from houdini.spheniscidae import Spheniscidae
|
||||
|
||||
from houdini.data.permission import PermissionCrumbsCollection
|
||||
|
||||
class Penguin(Spheniscidae):
|
||||
|
||||
@ -27,10 +28,6 @@ class Penguin(Spheniscidae):
|
||||
|
||||
self.walking_puffle = None
|
||||
|
||||
self.permissions = None
|
||||
|
||||
self.logger.debug('New penguin created')
|
||||
|
||||
@property
|
||||
def party_state(self):
|
||||
return str()
|
||||
|
Loading…
x
Reference in New Issue
Block a user