Skip to content

Commit 701521f

Browse files
committed
more unused imports
1 parent 9a4a7df commit 701521f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

examples/simple_scatter.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,14 @@
77
88
99
"""
10-
import time
11-
from typing import Protocol, List, Dict, Tuple, Optional, Any, Union, Callable, MutableMapping
12-
from functools import partial
13-
1410
import numpy as np
1511

1612
import matplotlib.pyplot as plt
1713
import matplotlib.markers as mmarkers
18-
from matplotlib.animation import FuncAnimation
1914

2015
from data_prototype.containers import ArrayContainer
2116

22-
from data_prototype.wrappers import PathCollectionWrapper, FormatedText
17+
from data_prototype.wrappers import PathCollectionWrapper
2318

2419

2520
def update(frame, art):

0 commit comments

Comments
 (0)