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

revert to phase 1

Browse files
Files changed (1) hide show
  1. config.py +4 -4
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"