-
-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an exact import bug with deeper nesting (#2089)
* Fix an exact import bug with depper nesting If a schema heirarchy was deeper than 1 level and a schema referenced another schema at a higher level, then the exact import function would add an extra '.'. This change checks if `from_` is any number of '.' and prepends it to the `import_` to maintain correct heirarchy. * Removed an errant comment line --------- Co-authored-by: Koudai Aono <[email protected]>
- Loading branch information
1 parent
295b758
commit 8291eed
Showing
3 changed files
with
5 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
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
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