From d0f9d29720d70e1af766ddbb3fbeede51155c7f5 Mon Sep 17 00:00:00 2001 From: Evan <8990377+Riprock@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:51:05 -0400 Subject: [PATCH] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index e206c1e..4603cf8 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,6 @@ after `import ac`, you should be able to use autocomplete. Now you can check your IDE, autocomplete should work. -## Note -I dont know why vscode intellisense has a hard time but I had to make the .vscode/settings.json file that contains -``` -{ - "python.analysis.extraPaths": ["./"] -} -``` - -If anyone knows how to fix it so this is not required please let me know ## Contribution Please submit issues/pull requests if there is something missing, documentation inaccuracy, or a revision