Skip to content

Commit a0d8a6f

Browse files
author
restevean
committed
#19 - Python, fixed redundand enum import
1 parent 1f63737 commit a0d8a6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Roadmap/19 - ENUMERACIONES/python/restevean.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def get_weekday_name(day_number):
2525
"""
2626
Extra
2727
"""
28-
from enum import Enum, auto
2928

3029

3130
class EstadoPedido(Enum):

0 commit comments

Comments
 (0)