Skip to content

Commit fb41ff2

Browse files
committed
style(tests): format test py client with black
1 parent e7beb32 commit fb41ff2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/client/test_delphi_epidata.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
import unittest
55

66
# py3tester coverage target
7-
__test_target__ = 'delphi.epidata.client.delphi_epidata'
7+
__test_target__ = "delphi.epidata.client.delphi_epidata"
88

99

1010
class UnitTests(unittest.TestCase):
11-
"""Basic unit tests."""
11+
"""Basic unit tests."""
1212

13-
# TODO: Unit tests still need to be written. This no-op test will pass unless
14-
# the target file can't be loaded. In effect, it's a syntax checker.
15-
def test_syntax(self):
16-
pass
13+
# TODO: Unit tests still need to be written. This no-op test will pass unless
14+
# the target file can't be loaded. In effect, it's a syntax checker.
15+
def test_syntax(self):
16+
pass

0 commit comments

Comments
 (0)