Skip to content

Commit 822c2b9

Browse files
committed
some changes in other folder to solve merge conflicts
1 parent b1dbb8e commit 822c2b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

video_cropper/video_cropper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ def to_int(a, rel_to):
1111
If string contains "%" it converts it to a float and multiplies by rel_to
1212
EG: 50% -> 0.5*rel_to
1313
'''
14-
15-
if isinstance(a,int):
14+
if isinstance(a, int):
1615
return a
1716
else:
1817
if '%' in a:

0 commit comments

Comments
 (0)