mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 14:02:55 +00:00
Somehow I never learned this part correctly: relative imports use the syntax "import .file" for a file sitting in the same directory. This error wasn't terribly obvious, but the Pylance linter is yelling at me so I'll fix it now before anyone else notices.