Skip to content

Commit

Permalink
amend NotImplementedError message
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Mar 23, 2024
1 parent 14029d6 commit 3b17db3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .vscode/settings.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,9 @@
"source.organizeImports": "always"
}
},
"python.formatting.provider": "yapf",
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "basic",
"python.analysis.diagnosticMode": "workspace",
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.flake8Enabled": false,
"python.linting.pydocstyleEnabled": false,
"python.testing.autoTestDiscoverOnSaveEnabled": true,
"python.testing.pytestArgs": [
"src"
Expand Down
2 changes: 1 addition & 1 deletion xontrib/pygitstatus/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def _load_xontrib_(xsh: XonshSession, **_):

def _unload_xontrib_(xsh: XonshSession, **kwargs) -> dict:
"""If you want your extension to be unloadable, put that logic here"""
raise NotImplementedError('unload of pygitstatusnot implemented')
raise NotImplementedError('unload of pygitstatus not implemented')

0 comments on commit 3b17db3

Please sign in to comment.