Skip to content

Commit ed7f981

Browse files
authored
{CI} Remove unused globals (#31159)
1 parent 226ddc3 commit ed7f981

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/azure-cli/azure/cli/command_modules/network/azure_stack/zone_file/parse_zone_file.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,6 @@ def _add_record_names(text):
289289
Go through each line of the text and ensure that
290290
a name is defined. Use previous record name if there is none.
291291
"""
292-
global SUPPORTED_RECORDS
293-
294292
lines = text.split("\n")
295293
ret = []
296294
previous_record_name = None

src/azure-cli/azure/cli/command_modules/network/zone_file/parse_zone_file.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,6 @@ def _add_record_names(text):
293293
Go through each line of the text and ensure that
294294
a name is defined. Use previous record name if there is none.
295295
"""
296-
global SUPPORTED_RECORDS
297-
298296
lines = text.split("\n")
299297
ret = []
300298
previous_record_name = None

0 commit comments

Comments
 (0)