8000 pep8 · henrypan/python-api@a1c3d56 · GitHub
[go: up one dir, main page]

Skip to content

Commit a1c3d56

Browse files
committed
pep8
1 parent ecb7de8 commit a1c3d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def compare_dict(dict1, dict2, equivalent=True, msg='', tol=10e-8):
7878

7979

8080
def comp_nums(num1, num2, tol=10e-8):
81-
return abs(num1-num2) < tol
81+
return abs(num1 - num2) < tol
8282

8383

8484
def comp_num_list(list1, list2, tol=10e-8):

0 commit comments

Comments
 (0)
0