Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored and Kludex committed Jul 23, 2023
1 parent 139d88a commit 6ec2072
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions starlette/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ class EnvironError(Exception):


class Environ(typing.MutableMapping[str, str]):
def __init__(
self, environ: typing.MutableMapping[str, str] = os.environ
):
def __init__(self, environ: typing.MutableMapping[str, str] = os.environ):
self._environ = environ
self._has_been_read: typing.Set[str] = set()

Expand Down

0 comments on commit 6ec2072

Please sign in to comment.