Skip to content

Commit ba15171

Browse files
author
Onur Rauf Bingol
committed
Forgot to add space after imports
1 parent aab53b0 commit ba15171

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

bezier/ex_bezier_curve2d.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
from geomdl import utilities
1515
from geomdl.visualization import VisMPL
1616

17+
1718
# Fix file path
1819
os.chdir(os.path.dirname(os.path.realpath(__file__)))
1920

bezier/ex_bezier_curve3d.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
from geomdl import utilities
1515
from geomdl.visualization import VisMPL
1616

17+
1718
# Fix file path
1819
os.chdir(os.path.dirname(os.path.realpath(__file__)))
1920

bezier/ex_bezier_surface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
from geomdl import utilities
1515
from geomdl.visualization import VisMPL
1616

17+
1718
# Fix file path
1819
os.chdir(os.path.dirname(os.path.realpath(__file__)))
1920

0 commit comments

Comments
 (0)