Skip to content

Commit 544ed06

Browse files
committed
CHORE: Ruff format.
1 parent beea105 commit 544ed06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nautobot_device_onboarding/tests/test_transform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def test_pull_git_repository_and_refresh_data_with_valid_data(self, mock_load_co
148148
@mock.patch("nautobot.extras.datasources.git.GitRepo")
149149
class GetGitRepoTestCase(unittest.TestCase):
150150
"""Testing the get_git_repo helper function."""
151+
151152
def setUp(self):
152153
# Create a clean state before each test
153154
super().setUp()

0 commit comments

Comments
 (0)