mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 05:14:07 +00:00
add type annotations for SQL preprocessor
This commit is contained in:
@@ -66,7 +66,11 @@ class Configuration:
|
||||
self._config.update(dotenv_values(str((project_dir / '.env').resolve())))
|
||||
|
||||
class _LibDirs:
|
||||
pass
|
||||
module: Path
|
||||
osm2pgsql: Path
|
||||
php: Path
|
||||
sql: Path
|
||||
data: Path
|
||||
|
||||
self.lib_dir = _LibDirs()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user