When using the python-dotenv package using the following code:
from dotenv import load_dotenv, find_dotenv load_dotenv(find_dotenv())
the message