daqc commited on
Commit
9c5da24
·
1 Parent(s): 3c0c04a

Delete init_environment function

Browse files
src/synthetic_dataset_generator/__init__.py CHANGED
@@ -5,11 +5,6 @@ from synthetic_dataset_generator import ( # noqa
5
  _distiset,
6
  _inference_endpoints,
7
  )
8
- from synthetic_dataset_generator.load_env import init_environment
9
-
10
- # Initialize environment variables
11
- init_environment()
12
-
13
 
14
  def launch(*args, **kwargs):
15
  """Launch the synthetic dataset generator.
 
5
  _distiset,
6
  _inference_endpoints,
7
  )
 
 
 
 
 
8
 
9
  def launch(*args, **kwargs):
10
  """Launch the synthetic dataset generator.