Skip to content

Commit 6cead4a

Browse files
bouhekmathandy
authored andcommitted
Fix lint
1 parent b565c44 commit 6cead4a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

svgpathtools/bezier.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from .polytools import real, imag, polyroots, polyroots01
1313
from .constants import FLOAT_EPSILON
1414

15+
1516
# Evaluation ##################################################################
1617

1718
def n_choose_k(n, k):

svgpathtools/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""This submodule contains constants used throughout the project."""
22

3-
FLOAT_EPSILON = 1e-12
3+
FLOAT_EPSILON = 1e-12

0 commit comments

Comments
 (0)