NameError due tro circular class reference in method parameter type check
#7
Notifications
Total Time Spent: 23 minutes
admin
23 minutes
No due date set.
Dependencies
No dependencies set.
Reference: admin/skato-ansible#7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is a
NameErrorstarting with thedeclaremethod defined for classSoftwareherein, wherein the class being made has an attempted reference to itself for type checking purposes. There are likely other examples of this for other intra-class or intra-instance methods or attributes. Fix theseNameErrors.