vargha commited on
Commit
6a70048
·
1 Parent(s): b4e9158

revert to phase 1

Browse files
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -18,10 +18,10 @@ class Config(BaseSettings):
18
 
19
  # Phase 2 Review Mapping: Defines who reviews whose work.
20
  # Key: Original annotator's username, Value: Reviewer's username
21
- # REVIEW_MAPPING: dict[str, str] = {
22
  # "zahra": "amin",
23
  # "amin": "zahra"
24
- # }
25
 
26
  class Config:
27
  env_file = ".env"
 
18
 
19
  # Phase 2 Review Mapping: Defines who reviews whose work.
20
  # Key: Original annotator's username, Value: Reviewer's username
21
+ REVIEW_MAPPING: dict[str, str] = {
22
  # "zahra": "amin",
23
  # "amin": "zahra"
24
+ }
25
 
26
  class Config:
27
  env_file = ".env"