Skip to content

Commit

Permalink
ref: rename types/_linked_table.py to _linkage.py
Browse files Browse the repository at this point in the history
it's just shorted
  • Loading branch information
NickCrews committed Jan 23, 2025
1 parent 557b9e6 commit 4807867
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mismo/types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

from mismo.types._diff import Diff as Diff
from mismo.types._linked_table import Linkage as Linkage
from mismo.types._linked_table import LinkCountsTable as LinkCountsTable
from mismo.types._linked_table import LinkedTable as LinkedTable
from mismo.types._linkage import Linkage as Linkage
from mismo.types._linkage import LinkCountsTable as LinkCountsTable
from mismo.types._linkage import LinkedTable as LinkedTable
from mismo.types._updates import Updates as Updates
File renamed without changes.
File renamed without changes.

0 comments on commit 4807867

Please sign in to comment.