-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(loaders): fix type hinting for doc generation
otherwise sphinx fails with: ``` File "/home/asinha/Documents/02_Code/00_mine/NeuroML/software/libNeuroML/neuroml/loaders.py", line 191, in <module> ) -> neuroml.nml.nml.NeuroMLDocument: AttributeError: module 'neuroml' has no attribute 'nml' ``` Not sure what the root cause is, but this tweak fixes it.
- Loading branch information
1 parent
112c56b
commit 815bfae
Showing
1 changed file
with
5 additions
and
4 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