Skip to content

Commit

Permalink
pre-commit auto-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 11, 2024
1 parent f625792 commit 9e8992a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions monty/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
from importlib import import_module
from inspect import getfullargspec
from pathlib import Path
from typing import TYPE_CHECKING
from typing import Any, Dict
from typing import TYPE_CHECKING, Any, Dict
from uuid import UUID, uuid4

try:
Expand Down
1 change: 0 additions & 1 deletion tests/test_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import datetime
import unittest
import warnings
import datetime
from unittest.mock import patch

import pytest
Expand Down

0 comments on commit 9e8992a

Please sign in to comment.