megamined commited on
Commit
2196b07
·
1 Parent(s): 0399d44

Remove `.env` check

Browse files
Files changed (1) hide show
  1. utils/env.py +1 -1
utils/env.py CHANGED
@@ -3,7 +3,7 @@ from typing import Optional, Any, Dict
3
 
4
  from dotenv import find_dotenv, load_dotenv
5
 
6
- load_dotenv(find_dotenv(raise_error_if_not_found=True))
7
 
8
 
9
  def get_from_dict_or_env(
 
3
 
4
  from dotenv import find_dotenv, load_dotenv
5
 
6
+ load_dotenv(find_dotenv())
7
 
8
 
9
  def get_from_dict_or_env(