Skip to content

Commit

Permalink
Forgot to add space after imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed Aug 6, 2018
1 parent aab53b0 commit ba15171
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bezier/ex_bezier_curve2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from geomdl import utilities
from geomdl.visualization import VisMPL


# Fix file path
os.chdir(os.path.dirname(os.path.realpath(__file__)))

Expand Down
1 change: 1 addition & 0 deletions bezier/ex_bezier_curve3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from geomdl import utilities
from geomdl.visualization import VisMPL


# Fix file path
os.chdir(os.path.dirname(os.path.realpath(__file__)))

Expand Down
1 change: 1 addition & 0 deletions bezier/ex_bezier_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from geomdl import utilities
from geomdl.visualization import VisMPL


# Fix file path
os.chdir(os.path.dirname(os.path.realpath(__file__)))

Expand Down

0 comments on commit ba15171

Please sign in to comment.