Skip to content

Commit

Permalink
Run pre-commit after update
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb committed Aug 19, 2024
1 parent 27c2138 commit 788dc6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/saltext/servicenow/modules/servicenow.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
username: ''
password: ''
"""

import logging

HAS_LIBS = False
Expand Down
1 change: 1 addition & 0 deletions tests/pytests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
PyTest fixtures
"""

import logging

import pytest
Expand Down
1 change: 1 addition & 0 deletions tests/unit/modules/test_servicenow.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
:codeauthor: Anthony Shaw <[email protected]>
"""

from unittest.mock import MagicMock

import pytest
Expand Down

0 comments on commit 788dc6e

Please sign in to comment.