Skip to content

Commit 8abbe77

Browse files
committed
Correct code style
1 parent a4b594d commit 8abbe77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

environ/environ.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,8 @@ def search_url_config(cls, url, engine=None):
828828
return config
829829

830830
@classmethod
831-
def read_env(cls, env_file=None, overwrite=False, encoding='utf8', **overrides):
831+
def read_env(cls, env_file=None, overwrite=False, encoding='utf8',
832+
**overrides):
832833
r"""Read a .env file into os.environ.
833834
834835
If not given a path to a dotenv path, does filthy magic stack

0 commit comments

Comments
 (0)