Skip to content

Commit 8090776

Browse files
author
Yuan Chiang
committed
clean up
1 parent 2c95aff commit 8090776

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/command_line/test_chargemol_caller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def test_parse_chargemol(monkeypatch, mock_xyz):
9393

9494

9595
def fake_download(self, version: str = "latest", verbose: bool = True) -> None:
96-
print("fake download")
9796
extraction_path = "~/.cache/pymatgen/ddec"
9897
os.makedirs(os.path.expanduser(extraction_path), exist_ok=True)
9998

0 commit comments

Comments
 (0)