Skip to content

Commit b9b22e8

Browse files
author
ExpDev07
committed
this fixed tests
1 parent 42a4469 commit b9b22e8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/utils/countrycodes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import logging
22
from itertools import chain
33

4-
54
LOGGER = logging.getLogger(__name__)
65

76
# Default country code.

app/utils/populations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
from .countrycodes import country_code
99

10-
1110
LOGGER = logging.getLogger(__name__)
1211

1312
# Fetching of the populations.

0 commit comments

Comments
 (0)