Skip to content

Commit 9126f60

Browse files
necusjzbebound
authored andcommitted
{CI} Remove unused globals (Azure#31159)
1 parent bcb4166 commit 9126f60

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
@@ -288,8 +288,6 @@ def _add_record_names(text):
288288
Go through each line of the text and ensure that
289289
a name is defined. Use previous record name if there is none.
290290
"""
291-
global SUPPORTED_RECORDS
292-
293291
lines = text.split("\n")
294292
ret = []
295293
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
@@ -290,8 +290,6 @@ def _add_record_names(text):
290290
Go through each line of the text and ensure that
291291
a name is defined. Use previous record name if there is none.
292292
"""
293-
global SUPPORTED_RECORDS
294-
295293
lines = text.split("\n")
296294
ret = []
297295
previous_record_name = None

0 commit comments

Comments
 (0)