Skip to content

Commit

Permalink
Sized ABC fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-langfield committed Jul 17, 2024
1 parent 47166df commit d852779
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ibllib/qc/qcplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
plt.show()
"""
from collections import Counter, Sized
from collections import Counter
from collections.abc import Sized
from pathlib import Path
from datetime import datetime

Expand Down

0 comments on commit d852779

Please sign in to comment.