Skip to content

Commit

Permalink
Update app/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Viktoriia Rybenchuk <[email protected]>
  • Loading branch information
Artem-user-19 and viktoria-rybenchuk authored Oct 25, 2023
1 parent 632d00e commit a785ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


class Animal:
alive: List["Animal"] = []
alive= []

def __init__(
self,
Expand Down

0 comments on commit a785ecf

Please sign in to comment.