Skip to content

Commit

Permalink
Correct code style
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Mar 1, 2023
1 parent a4b594d commit 8abbe77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environ/environ.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,8 @@ def search_url_config(cls, url, engine=None):
return config

@classmethod
def read_env(cls, env_file=None, overwrite=False, encoding='utf8', **overrides):
def read_env(cls, env_file=None, overwrite=False, encoding='utf8',
**overrides):
r"""Read a .env file into os.environ.
If not given a path to a dotenv path, does filthy magic stack
Expand Down

0 comments on commit 8abbe77

Please sign in to comment.