Skip to content

Commit

Permalink
autopep8.sh applied
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Oct 18, 2024
1 parent ca3b1b9 commit d293efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion art/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def line(length=15, height=1, char='#'):
raise artError(HEIGHT_TYPE_ERROR)
if not isinstance(char, str) or len(char) != 1:
raise artError(CHAR_TYPE_ERROR)

if length < 1:
raise artError(LENGTH_RANGE_ERROR)
if height < 1:
Expand Down

0 comments on commit d293efc

Please sign in to comment.