Skip to content

Commit

Permalink
📝 rm useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
EssamWisam committed Oct 23, 2023
1 parent 0ccb3a5 commit fd5584b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions methods/Regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
import sympy
from sympy.abc import x,y
from sympy import symbols
from sympy import symbol
from sympy.plotting import plot
from mpl_toolkits.mplot3d import Axes3D
from sympy.plotting import plot3d

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ colorama==0.4.3
cycler==0.10.0
Eel==0.11.0
Equation==1.2.1
Flask==2.3.2
Flask==2.1.2
future==0.18.3
gevent==20.5.2
gevent-websocket==0.10.1
Expand Down

0 comments on commit fd5584b

Please sign in to comment.