Skip to content

Commit

Permalink
Remove unused import and attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Feb 9, 2021
1 parent 63318b3 commit 4decd73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import daiquiri

from metapype.config import Config
from metapype.eml import names
from metapype.eml import validate
from metapype.model import metapype_io
from metapype.model.node import Node
Expand All @@ -40,10 +39,8 @@ def test_from_json():


def test_from_xml():
ci = False
if "TEST_DATA" in os.environ:
xml_path = os.environ["TEST_DATA"]
ci = True
else:
xml_path = Config.TEST_DATA

Expand Down

0 comments on commit 4decd73

Please sign in to comment.