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 42a4469 commit b9b22e8Copy full SHA for b9b22e8
app/utils/countrycodes.py
@@ -1,7 +1,6 @@
1
import logging
2
from itertools import chain
3
4
-
5
LOGGER = logging.getLogger(__name__)
6
7
# Default country code.
app/utils/populations.py
@@ -7,7 +7,6 @@
8
from .countrycodes import country_code
9
10
11
12
13
# Fetching of the populations.
0 commit comments