Skip to content

Commit 076d846

Browse files
committed
fix: suppress a warning on vscode
1 parent 6c2ce07 commit 076d846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

truelearn/utils/visualisations/_bubble_plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing_extensions import Self
33

44
import circlify
5-
from matplotlib import cm, colors, colormaps, patches
5+
from matplotlib import cm, colors, colormaps, patches # type: ignore
66
import matplotlib.pyplot as plt
77

88
from truelearn.models import Knowledge

0 commit comments

Comments
 (0)