Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 7, 2025
1 parent 7f21ea7 commit bd90ff9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions notebook/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""CLI entry point for notebook."""

import sys

from notebook.app import main
Expand Down
1 change: 1 addition & 0 deletions notebook/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Version info for notebook."""

# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
import re
Expand Down
1 change: 1 addition & 0 deletions notebook/app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Jupyter notebook application."""

from __future__ import annotations

import os
Expand Down

0 comments on commit bd90ff9

Please sign in to comment.