Jon Solow commited on
Commit
e2f0368
1 Parent(s): e80e35a

Format with black

Browse files
Files changed (2) hide show
  1. src/Home.py +1 -0
  2. src/page_selector.py +1 -3
src/Home.py CHANGED
@@ -22,5 +22,6 @@ def get_app():
22
 
23
  remove_seasonal_pages()
24
 
 
25
  if __name__ == "__main__":
26
  get_app()
 
22
 
23
  remove_seasonal_pages()
24
 
25
+
26
  if __name__ == "__main__":
27
  get_app()
src/page_selector.py CHANGED
@@ -13,9 +13,7 @@ MODE_PAGE_EXCLUSION_MAP = {
13
  "Keepers",
14
  "ECR",
15
  ],
16
- OFFSEASON_MODE: [
17
- "Practice_Reports"
18
- ],
19
  }
20
 
21
 
 
13
  "Keepers",
14
  "ECR",
15
  ],
16
+ OFFSEASON_MODE: ["Practice_Reports"],
 
 
17
  }
18
 
19