summaryrefslogtreecommitdiff
path: root/qvisqve/entity_manager.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-07-31 16:03:13 +0300
committerLars Wirzenius <liw@liw.fi>2018-07-31 16:03:13 +0300
commitefb3a40d113b8fbb20946d635f417750f1be68b7 (patch)
treef5598684b58a63670dd6f5cedf2a16fc330fd6e8 /qvisqve/entity_manager.py
parentec98a47133723f079d9cae27708cdb6d62ef87ba (diff)
downloadqvisqve-efb3a40d113b8fbb20946d635f417750f1be68b7.tar.gz
Fix: things pylint whinges about
Diffstat (limited to 'qvisqve/entity_manager.py')
-rw-r--r--qvisqve/entity_manager.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/qvisqve/entity_manager.py b/qvisqve/entity_manager.py
index da42f5b..b39d7e6 100644
--- a/qvisqve/entity_manager.py
+++ b/qvisqve/entity_manager.py
@@ -14,11 +14,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import os
-
-import yaml
-
-
class EntityManager:
def __init__(self, rs, resource_type):