Skip to content

Commit 8706567

Browse files
author
Jakob Maier
committed
fixed conflict
1 parent d5ad8f7 commit 8706567

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/client/get_project_vulnerabilites_as_csv.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@
2525
level=logging.DEBUG,
2626
format="[%(asctime)s] {%(module)s:%(lineno)d} %(levelname)s - %(message)s"
2727
)
28-
<<<<<<< HEAD
29-
=======
28+
3029
def strip_newline(str):
3130
return str.replace('\r', '').replace('\n', '')
32-
>>>>>>> new-client-script
3331

3432
def main():
3533
program_name = os.path.basename(sys.argv[0])

0 commit comments

Comments
 (0)