Skip to content

Commit 1e7644f

Browse files
Fix mypy linter check (#5185)
* Remove rdkit pin
1 parent 9fb8b0a commit 1e7644f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/linters.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ jobs:
9393
micromamba: true
9494
full-deps: true
9595
numpy: numpy=1.26.0
96-
rdkit: rdkit=2023.09.3
9796

9897
- name: install
9998
run: |

package/MDAnalysis/lib/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
import errno
203203
import functools
204204
import gzip
205-
import importlib
205+
import importlib.util
206206
import inspect
207207
import io
208208
import itertools

0 commit comments

Comments
 (0)