Skip to content

Commit

Permalink
lint applied
Browse files Browse the repository at this point in the history
  • Loading branch information
pseusys committed Nov 8, 2023
1 parent 63852db commit 1121cce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions docs/source/utils/generate_tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ def generate_nb_gallery(package: str, files: List[Path]) -> str:


def create_index_file(
included: Union[Tuple[str, str], Tuple[str, str, List[Tuple[str, str]]]],
files: List[Path],
destination: Path
included: Union[Tuple[str, str], Tuple[str, str, List[Tuple[str, str]]]], files: List[Path], destination: Path
):
"""
Create a package index file.
Expand Down
3 changes: 0 additions & 3 deletions scripts/misc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os
import stat
import sys
import bumpversion.cli as bumpversion
from colorama import init, Fore, Style

Expand Down

0 comments on commit 1121cce

Please sign in to comment.