edgedb / edgedb-examples

EdgeDB example projects for different stacks
61 stars 21 forks source link

Alias query imports #104

Closed raddevon closed 1 year ago

raddevon commented 1 year ago

This should be a quick one. I tested all the endpoints and methods interactively, and everything appears to work.

raddevon commented 1 year ago

or it would be quick if I could get the linter check to pass. It passes locally but not here. 🤨

raddevon commented 1 year ago

Finally figured this out. I was running the linters with older versions in local development while CI installs the latest each time. Black apparently changed how it handles some empty newlines.

I believe this is ready for you, @1st1, when you have time. Guide PR is https://github.com/edgedb/edgedb/pull/4935