From 8c3047b6c27901a71fb6b3c3603f135dd9e1b4a9 Mon Sep 17 00:00:00 2001 From: Bagel <57874654+bagel897@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:03:36 -0600 Subject: [PATCH] Update my username --- docs/autoimport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/autoimport.md b/docs/autoimport.md index 832de652..5bf573e9 100644 --- a/docs/autoimport.md +++ b/docs/autoimport.md @@ -19,7 +19,7 @@ Since autoimport inserts everything towards the end of the import group, its rec ## Credits -- Most of the code was written by me, @bageljrkhanofemus +- Most of the code was written by me, @bagel897 - [lyz-code](https://github.com/lyz-code/autoimport) for inspiration and some ideas - [rope](https://github.com/python-rope/rope), especially @lieryan - [pyright](https://github.com/Microsoft/pyright) for details on language server implementation