Skip to content

Commit

Permalink
Merge pull request #38 from ayasyrev:fix_naming
Browse files Browse the repository at this point in the history
Fix_naming
  • Loading branch information
ayasyrev authored Jul 29, 2024
2 parents 6356708 + de1c0dc commit bf762f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nbmetaclean/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from nbmetaclean.helpers import read_nb, write_nb

from .typing import Cell, CodeCell, Metadata, Nb, Output
from .types import Cell, CodeCell, Metadata, Nb, Output

TupleStr = Tuple[str, ...]

Expand Down
2 changes: 1 addition & 1 deletion src/nbmetaclean/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pathlib import Path
from typing import Optional

from .typing import Nb, PathOrStr
from .types import Nb, PathOrStr


def read_nb(path: PathOrStr) -> Nb:
Expand Down
File renamed without changes.

0 comments on commit bf762f5

Please sign in to comment.