You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i use declared_attr in the upper mixin class, i get Name "Carrier" is not defined error.
Using import like below, which is not used anywhere, fixes the error, but this is not the way I want it to be.
ref: #14
If i use
declared_attr
in the uppermixin
class, i getName "Carrier" is not defined
error.Using import like below, which is not used anywhere, fixes the error, but this is not the way I want it to be.
My code in
mixin.py
models.py
models.py
not usingCarrier
anywhere but got not defined error inmodels.py
The text was updated successfully, but these errors were encountered: