Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Ernesto committed Apr 9, 2024
1 parent 4e3ad9c commit 5fc2778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
try:
from mock import patch
except ImportError: # python3.8+
from mock import patch
from unittest.mock import patch

from servant.config import Config

Expand Down

0 comments on commit 5fc2778

Please sign in to comment.