Skip to content

Commit

Permalink
Ignore pylint error
Browse files Browse the repository at this point in the history
We need to maintain the interface, even if unused.
  • Loading branch information
mattkram committed Sep 11, 2024
1 parent 023544f commit ee61aba
Showing 1 changed file with 1 addition and 1 deletion.
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 ee61aba

Please sign in to comment.