]> git.openstreetmap.org Git - nominatim.git/blob - src/nominatim_api/config.py
fix style issue found by flake8
[nominatim.git] / src / nominatim_api / config.py
1 # SPDX-License-Identifier: GPL-3.0-or-later
2 #
3 # This file is part of Nominatim. (https://nominatim.org)
4 #
5 # Copyright (C) 2024 by the Nominatim developer community.
6 # For a full list of authors see the git log.
7
8 # This file is just a placeholder to make the config module available
9 # during development. It will be replaced by nominatim_db/config.py on
10 # installation.
11 # flake8: noqa
12 from nominatim_db.config import *