Skip to content

Commit a2e807b

Browse files
committed
remove unused comment
1 parent ab65c94 commit a2e807b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

intbot/core/integrations/pretix.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
]
1616

1717
ENDPOINTS = {
18-
# Questions need to be passed to include answers in the same endpoint,
19-
# saving us later time with joining the answers.
2018
PretixData.PretixResources.orders: "orders/",
2119
PretixData.PretixResources.products: "items/",
2220
PretixData.PretixResources.vouchers: "vouchers/",
@@ -46,7 +44,7 @@ def fetch_pretix_data(
4644
endpoint = ENDPOINTS[resource]
4745
url = f"{base_url}{endpoint}"
4846

49-
# Pretalx paginates the output, so we will need to do multiple requests and
47+
# Pretix paginates the output, so we will need to do multiple requests and
5048
# then merge multiple pages to one big dictionary
5149
results = []
5250
page = 0

0 commit comments

Comments
 (0)