Skip to content

Commit 1d54353

Browse files
committed
Remove unused import
1 parent 97fcb42 commit 1d54353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

complex-numbers/mandelbrot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"outputs": [],
2121
"source": [
2222
"from typing import NamedTuple\n",
23-
"from math import log, log2\n",
23+
"from math import log\n",
2424
"\n",
2525
"import PIL.Image\n",
2626
"from PIL.ImageColor import getrgb\n",

0 commit comments

Comments
 (0)