Skip to content

Commit

Permalink
Remove NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkram committed Sep 11, 2024
1 parent d840702 commit e03039d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions NOTES.md

This file was deleted.

2 changes: 1 addition & 1 deletion binstar_client/commands/notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
logger = logging.getLogger('binstar.notebook')


def main(args):
def main(args): # pylint: disable=unused-argument
logger.error(DEPRECATION_MESSAGE_NOTEBOOKS_PROJECTS_ENVIRONMENTS_REMOVED)
return sys.exit(1)

Expand Down

0 comments on commit e03039d

Please sign in to comment.