mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
6e748147b6
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.