-
Notifications
You must be signed in to change notification settings - Fork 165
Conversation
I detected some fixture changes in commit e5755e8 Show fixturesThe global fixture
The global fixture
The global fixture
The global fixture
The global fixture
The global fixture
The global fixture
The global fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
The local fixture
Please, consider creating a PRT run to make sure your fixture changes do not break existing usage 😃 |
@@ -393,7 +393,7 @@ class Credential(BaseEntity, Taggable): | |||
# is also problematic for attrs | |||
|
|||
def __init__(self, collection, name, credential_type, **credentials): | |||
super(Credential, self).__init__(collection) | |||
super().__init__(collection) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah this is part of the pyupgrade conversion, not something I changed directly.
I did a few things here: