diff options
author | Aki <please@ignore.pl> | 2022-09-04 14:23:37 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-09-04 14:23:37 +0200 |
commit | 7f7740868f402830fea4f1f9368037d452a76e00 (patch) | |
tree | 4ea41c3c4aeb62feed1bb72b99d03b77a8f2bc41 | |
parent | b1657b3796d23db5f440086b5ab7561e51c6d377 (diff) | |
download | szilagyi-7f7740868f402830fea4f1f9368037d452a76e00.zip szilagyi-7f7740868f402830fea4f1f9368037d452a76e00.tar.gz szilagyi-7f7740868f402830fea4f1f9368037d452a76e00.tar.bz2 |
Removed unused imports from plots
-rw-r--r-- | szilagyi/plots.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/szilagyi/plots.py b/szilagyi/plots.py index a31f68a..516efd1 100644 --- a/szilagyi/plots.py +++ b/szilagyi/plots.py @@ -1,5 +1,3 @@ -import os -import sys import math import matplotlib.pyplot as plot |