We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8ee39 commit 9ce6635Copy full SHA for 9ce6635
src/server/endpoints/__init__.py
@@ -1,5 +1,4 @@
1
from . import (
2
- afhsb,
3
cdc,
4
covid_hosp_facility_lookup,
5
covid_hosp_facility,
@@ -19,7 +18,6 @@
19
18
ght,
20
ilinet,
21
kcdc_ili,
22
- meta_afhsb,
23
meta_norostat,
24
meta,
25
nidss_dengue,
@@ -36,7 +34,6 @@
36
34
)
37
35
38
endpoints = [
39
40
41
42
@@ -56,7 +53,6 @@
56
53
57
54
58
55
59
60
61
62
src/server/endpoints/afhsb.py
src/server/endpoints/meta_afhsb.py
0 commit comments