Skip to content

Commit a6b4716

Browse files
style: format code with autopep8
Format code with autopep8 This commit fixes the style issues introduced in 6b5a1c1 according to the output from Autopep8. Details: None
1 parent 6b5a1c1 commit a6b4716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Web_Application_Mapper/Web_Application_Mapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ def test_remote():
4444
threads_list.append(t)
4545

4646
for t in threads_list:
47-
t.join()
47+
t.join()

0 commit comments

Comments
 (0)