Skip to content

Commit bb9a48f

Browse files
committed
pycharm format (NO_JIRA)
1 parent 8a83ce8 commit bb9a48f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/refcodes_with_properties/test_entry_property_calculator.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import unittest
2+
23
from ccdc.io import EntryReader
34

45
from entry_property_calculator import parse_control_file
56

7+
68
class TestFiltering(unittest.TestCase):
79

810
def setUp(self):
@@ -150,4 +152,4 @@ def test_multiple(self):
150152
if evaluator.evaluate(e):
151153
hits.append(e.identifier)
152154

153-
self.assertEqual(['ABAQEB', 'ABELEY', 'ADAQOM', 'ADUWIG', 'AFEREK'], hits)
155+
self.assertEqual(['ABAQEB', 'ABELEY', 'ADAQOM', 'ADUWIG', 'AFEREK'], hits)

0 commit comments

Comments
 (0)