File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 88 matplotlib.use("'module://pygame_matplotlib.backend_pygame'")
99"""
1010from __future__ import annotations
11- from logging import setLoggerClass
11+
1212from typing import List
1313import matplotlib
1414from matplotlib .artist import Artist
1818import numpy as np
1919from matplotlib .transforms import Affine2D
2020import pygame
21- from pygame import surface
22- from pygame import time
23- from pygame .draw import arc
24- from pygame .event import wait
2521import pygame .image
2622from pygame import gfxdraw
2723from matplotlib ._pylab_helpers import Gcf
4137console = logging .StreamHandler ()
4238logger .addHandler (console )
4339
44- # logger.setLevel(logging.DEBUG )
40+ logger .setLevel (logging .WARNING )
4541
4642logger .warning (
4743 f"{ __name__ } is still in developpement. Please see our github page."
You can’t perform that action at this time.
0 commit comments