Skip to content

Commit

Permalink
Reformate code
Browse files Browse the repository at this point in the history
  • Loading branch information
bulatov_na committed Jan 19, 2021
1 parent bf28f78 commit 79b0eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlette/middleware/gzip.py
Expand Up @@ -7,7 +7,7 @@

class GZipMiddleware:
def __init__(
self, app: ASGIApp, minimum_size: int = 500, compresslevel: int = 1
self, app: ASGIApp, minimum_size: int = 500, compresslevel: int = 1
) -> None:
self.app = app
self.minimum_size = minimum_size
Expand Down

0 comments on commit 79b0eab

Please sign in to comment.