danielraynaud commited on
Commit
00e8ce8
·
verified ·
1 Parent(s): a61bbd6

Update study_generators.py

Browse files
Files changed (1) hide show
  1. study_generators.py +1 -1
study_generators.py CHANGED
@@ -6,7 +6,7 @@ import logging
6
  logging.basicConfig(level=logging.INFO)
7
  logger = logging.getLogger(__name__)
8
 
9
- class StudyMaterialGenerator:
10
  def __init__(self, db_connection):
11
  self.conn = db_connection
12
 
 
6
  logging.basicConfig(level=logging.INFO)
7
  logger = logging.getLogger(__name__)
8
 
9
+ lass StudyMaterialGenerator:
10
  def __init__(self, db_connection):
11
  self.conn = db_connection
12