Skip to content

Commit fa4b6a8

Browse files
author
oerc0042
committed
fixing import linting
1 parent 8173fbb commit fa4b6a8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/model/test_ontology_source.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
from isatools.model.comments import Comment, Commentable
2-
from isatools.model.ontology_source import OntologySource
31
from unittest import TestCase
42
from unittest.mock import patch
53

4+
from isatools.model.comments import Comment, Commentable
5+
from isatools.model.ontology_source import OntologySource
6+
67

78
class TestOntologySource(TestCase):
89
def setUp(self):

0 commit comments

Comments
 (0)