Skip to content

Commit

Permalink
clean spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelmsft committed Apr 19, 2023
1 parent ceecb48 commit a27827f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion generic_config_updater/field_operation_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def rdma_config_update_validator(path, operation):

version_substrings = build_version.split('.')
branch_version = None

for substring in version_substrings:
if substring.isdigit() and re.match(r'^\d{8}$', substring):
branch_version = substring
Expand Down
1 change: 0 additions & 1 deletion tests/generic_config_updater/gu_common_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import sonic_yang
import unittest
import mock
import generic_config_updater

from unittest.mock import MagicMock, Mock
from mock import patch
Expand Down

0 comments on commit a27827f

Please sign in to comment.