Skip to content

Commit 6f8130c

Browse files
author
Juliya Smith
committed
Remove none checks because they will never happen
1 parent 2cd467b commit 6f8130c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

c42seceventcli/aed/main.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,6 @@ def _create_destination_args(args):
7272
destination_args.destination = args.destination
7373
destination_args.destination_port = args.destination_port
7474
destination_args.destination_protocol = args.destination_protocol
75-
76-
if destination_args.destination_port is None:
77-
destination_args.destination_port = 514
78-
79-
if destination_args.destination_protocol is None:
80-
destination_args.destination_protocol = "TCP"
81-
8275
return destination_args
8376

8477

0 commit comments

Comments
 (0)