Skip to content

Commit 8fe7a75

Browse files
committed
unused var
1 parent 6d8d22a commit 8fe7a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_metricdistance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def _test_mindistances_skip(_mol_skipped):
271271
), "Minimum distance calculation with skipping is broken"
272272

273273

274-
def _test_reconstruct_contact_map(_mol):
274+
def _test_reconstruct_contact_map():
275275
from moleculekit.util import tempname
276276
from moleculekit.molecule import Molecule
277277
from moleculekit.projections.metricdistance import (

0 commit comments

Comments
 (0)