Skip to content

Commit

Permalink
changed docstrings in env import files
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Thomm committed Aug 8, 2020
1 parent b47eea5 commit 2b7bec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Ryven/NIENV.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""This file automatically imports all requirements for custom NodeInstances, so that they only need to import this
file.
This file should lie in the same location as Ryven.py in order to be able to get imported directly."""
file. This file should lie in the same location as Ryven.py in order to be able to get imported directly."""

from custom_src.NodeInstance import NodeInstance
from custom_src.Node import Node
Expand Down
3 changes: 1 addition & 2 deletions Ryven/NIWENV.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""This file automatically imports all requirements for custom NI widgets, so that they only need to import
this file.
This file should lie in the same location as Ryven.py in order to be able to get imported directly."""
this file. his file should lie in the same location as Ryven.py in order to be able to get imported directly."""

from custom_src.retain import M

0 comments on commit 2b7bec8

Please sign in to comment.