Skip to content

Commit

Permalink
Remove unused imports (per pylint)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpunk committed Feb 20, 2020
1 parent d3502b5 commit a8dcc67
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion framework/dataspace/datasources/object.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
import copy
import ast
import decisionengine.framework.dataspace.datasource
Expand Down
3 changes: 0 additions & 3 deletions framework/dataspace/datasources/sqlite3.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

import os
import sqlite3
import traceback
import copy
import ast
import decisionengine.framework.dataspace.datasource

#from UserDict import UserDict
Expand Down
2 changes: 0 additions & 2 deletions framework/logicengine/NamedFact.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
# switch the definition of facts_globals to the commented-out
# version.#

import numpy as np
import pandas as pd
facts_globals = {}
#facts_globals = {"np": np, "pd": pd}

Expand Down
1 change: 0 additions & 1 deletion framework/taskmanager/TaskManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import time
import sys
import uuid
import traceback
import multiprocessing
import pandas

Expand Down
1 change: 0 additions & 1 deletion framework/tests/Main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sys
from decisionengine.framework.modules.Module import Module

if __name__ == "__main__":
Expand Down
3 changes: 0 additions & 3 deletions framework/tests/dataspace/test_datablock.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import pytest
import os
import sys
import time
import getpass

from decisionengine.framework.dataspace.datablock import DataBlock, Header, Metadata
from decisionengine.framework.dataspace.dataspace import DataSpace
Expand Down

0 comments on commit a8dcc67

Please sign in to comment.