Skip to content

Commit

Permalink
Ok, linted. Hope you're happy now.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed Jun 22, 2024
1 parent 6cd89a0 commit 414e8a2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pelicun/tests/code_repetition_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,18 @@ def all_test_files():
5.00,
6.00,
]
very_long_string = 'some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is very long.'
very_long_string = (
'some very long thing which is some very '
'long thing which is some very long thing '
'which is some very long thing which is '
'some very long thing which is some very '
'long thing which is some very long thing '
'which is some very long thing which is '
'some very long thing which is some very '
'long thing which is some very long thing '
'which is some very long thing which is '
'very long indeed.'
)
for file in test_files:
print()
print(file)
Expand Down

0 comments on commit 414e8a2

Please sign in to comment.