Skip to content

Commit

Permalink
Fix for Iterable import (Python 3.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-a committed Dec 21, 2022
1 parent 36bf8ee commit eb72058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorqtl/rfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import numpy as np
import rpy2
from rpy2.robjects.packages import importr
from collections import Iterable
from collections.abc import Iterable
from contextlib import contextmanager

# silence R warnings
Expand Down

0 comments on commit eb72058

Please sign in to comment.