aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2016-05-31 20:10:42 -0700
committerMike Crute <mcrute@gmail.com>2016-05-31 20:10:42 -0700
commit2e781c96cfc02c657e3565fe219a800fb0558074 (patch)
tree689f7384cc5398aede367c7f5d9ef5716218b49c
parentc5fc706463b51ef0b2c8d54450846fea2f06fa56 (diff)
downloadpydora-2e781c96cfc02c657e3565fe219a800fb0558074.tar.bz2
pydora-2e781c96cfc02c657e3565fe219a800fb0558074.tar.xz
pydora-2e781c96cfc02c657e3565fe219a800fb0558074.zip
Remove extra re import
-rw-r--r--pandora/models/pandora.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pandora/models/pandora.py b/pandora/models/pandora.py
index 3e168d8..f2fd36e 100644
--- a/pandora/models/pandora.py
+++ b/pandora/models/pandora.py
@@ -1,5 +1,3 @@
1import re
2
3from .. import BaseAPIClient 1from .. import BaseAPIClient
4from . import with_metaclass, ModelMetaClass 2from . import with_metaclass, ModelMetaClass
5from . import Field, PandoraModel, PandoraListModel, PandoraDictListModel 3from . import Field, PandoraModel, PandoraListModel, PandoraDictListModel