Skip to content

Commit e5a7770

Browse files
committed
chore: flake8 formatting fixes
1 parent c0a233a commit e5a7770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/rest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,15 +2213,15 @@ def dispatch(self, method, uri, input):
22132213
# options request to discover supported methods (Allow)
22142214
self.client.setHeader(
22152215
"Access-Control-Expose-Headers",
2216-
", ".join( [
2216+
", ".join([
22172217
"X-RateLimit-Limit",
22182218
"X-RateLimit-Remaining",
22192219
"X-RateLimit-Reset",
22202220
"X-RateLimit-Limit-Period",
22212221
"Retry-After",
22222222
"Sunset",
22232223
"Allow",
2224-
] )
2224+
])
22252225
)
22262226

22272227
# Allow-Origin must match origin supplied by client. '*' doesn't

0 commit comments

Comments
 (0)