-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref: rename types/_linked_table.py to _linkage.py
it's just shorted
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.