Skip to content

Commit

Permalink
remove duplicate after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Oct 22, 2024
1 parent 9b635b7 commit 0b5e33e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tests/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@
except ImportError:
ObjectId = None

import pytest

from monty.json import (
MontyDecoder,
MontyEncoder,
MSONable,
_load_redirect,
jsanitize,
load,
)

from . import __version__ as tests_version

TEST_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_files")


Expand Down

0 comments on commit 0b5e33e

Please sign in to comment.