Skip to content

Commit

Permalink
fix : autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Sep 4, 2024
1 parent 5330164 commit 3f84f9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mycoffee/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from mycoffee.params import MY_COFFEE_VERSION, DEFAULT_PARAMS, METHODS_MAP
from art import tprint


def is_int(number):
"""
Check that input number is int or not.
Expand All @@ -16,6 +17,7 @@ def is_int(number):
return True
return False


def print_message(params):
"""
Print message.
Expand Down

0 comments on commit 3f84f9f

Please sign in to comment.