Skip to content

Commit 8e04be7

Browse files
committed
Fix linting issues.
1 parent 39121ce commit 8e04be7

File tree

1 file changed

+2
-2
lines changed
  • src/azure-cli/azure/cli/command_modules/appconfig

1 file changed

+2
-2
lines changed

src/azure-cli/azure/cli/command_modules/appconfig/keyvalue.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
from ._constants import (FeatureFlagConstants, KeyVaultConstants,
5050
SearchFilterOptions, StatusCodes,
5151
ImportExportProfiles, CompareFieldsMap,
52-
JsonDiff, ImportMode,
52+
JsonDiff, ImportMode,
5353
AIConfigConstants, HttpHeaders)
5454
from ._featuremodels import map_keyvalue_to_featureflag
5555
from ._json import parse_json_with_comments
@@ -992,6 +992,6 @@ def __validate_json_value(json_string, content_type):
992992
# We do not allow comments in keyvault references, feature flags, and AI chat completion configs
993993
if content_type in (FeatureFlagConstants.FEATURE_FLAG_CONTENT_TYPE, KeyVaultConstants.KEYVAULT_CONTENT_TYPE, AIConfigConstants.AI_CHAT_COMPLETION_CONTENT_TYPE):
994994
json.loads(json_string)
995-
995+
996996
else:
997997
parse_json_with_comments(json_string)

0 commit comments

Comments
 (0)