1
0
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:
Syed Mushtaq Ahmed
2021-11-11 14:36:12 -05:00
committed by GitHub
parent 8d0aa9ffed
commit 259da89cb6

View File

@@ -384,7 +384,7 @@ class FakeStripe(object):
}
)
ACTIVE_CUSTOMERS: Dict[str, FakeStripe] = {}
ACTIVE_CUSTOMERS = {}
@property
def card(self):