Code formatting with black
This commit is contained in:
parent
fcc2cdd6d4
commit
155569419a
2 changed files with 3 additions and 2 deletions
|
|
@ -40,6 +40,7 @@ SCHENGEN_COUNTRIES = {
|
|||
"ch", # Switzerland
|
||||
}
|
||||
|
||||
|
||||
def is_schengen_country(country_code: str) -> bool:
|
||||
"""Check if a country is in the Schengen area."""
|
||||
if not country_code or not isinstance(country_code, str):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue