Skip to content

Commit

Permalink
Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmartradio committed Aug 12, 2024
1 parent e8e7bd8 commit a546892
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_schemaRegistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ class FromFilesystemTestCase(unittest.TestCase):
def test_from_filesystem(self):
"""Check priming a registry based on a simple filesystem hierarchy.
"""
import pydevd_pycharm
pydevd_pycharm.settrace('localhost', port=8888, stdoutToServer=True,
stderrToServer=True)
versions = ("1.0", "2.0", "2.1")

with TemporaryDirectory() as tempdir:
create_filesystem_hierarchy(tempdir)
registry = SchemaRegistry.from_filesystem(tempdir,
Expand Down

0 comments on commit a546892

Please sign in to comment.