Code formatting with black

This commit is contained in:
Edward Betts 2025-07-18 09:47:02 +02:00
parent fcc2cdd6d4
commit 155569419a
2 changed files with 3 additions and 2 deletions

View file

@ -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):