Skip to content

Commit

Permalink
fix: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Nov 26, 2018
1 parent 6b859cd commit b09818d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_utils.py
Expand Up @@ -2,12 +2,13 @@
from pathlib import Path
import sys
import xml
sys.path.insert(0, str(Path(".").absolute()))

import cophi
import numpy as np
import pytest

sys.path.insert(0, str(Path(".").absolute()))

from application import utils


Expand Down

0 comments on commit b09818d

Please sign in to comment.