Skip to content

Commit 97785b3

Browse files
committed
fix: invalid syntax
1 parent dfaa4d9 commit 97785b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class TestDuplicatesMethods(unittest.TestCase):
1414
def test_duplicates(self):
1515
json = get_json('snippets/')
1616
triggers = []
17-
print json
1817
for snippet in json:
1918
trigger = snippet['trigger']
2019
if re.search(r'z.', trigger) is None:

0 commit comments

Comments
 (0)