mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
billing: Remove type hints for FakeStripe (PROJQUAY-2777) (#974)
This commit is contained in:
committed by
GitHub
parent
8d0aa9ffed
commit
259da89cb6
@@ -384,7 +384,7 @@ class FakeStripe(object):
|
||||
}
|
||||
)
|
||||
|
||||
ACTIVE_CUSTOMERS: Dict[str, FakeStripe] = {}
|
||||
ACTIVE_CUSTOMERS = {}
|
||||
|
||||
@property
|
||||
def card(self):
|
||||
|
||||
Reference in New Issue
Block a user