Skip to content

Commit b8f215d

Browse files
committed
Fix: imports
1 parent e87a31d commit b8f215d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

kaleidoscope/generators.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
"""
55
This module provides random number generators.
66
"""
7-
from typing import Any
8-
from typing import Any
97
from typing import Literal
108

119
import numpy as np

kaleidoscope/val/plots.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
import dask.array as da
1212
import numpy as np
13-
from IPython.core.pylabtools import figsize
1413
from matplotlib import colors as plc
1514
from matplotlib import pyplot as plt
1615
from matplotlib.axes import Axes

0 commit comments

Comments
 (0)