Skip to content

Commit

Permalink
push for review
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacZhangzhuo committed Dec 21, 2023
1 parent 07b8604 commit 7e54fa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ flake8
invoke >=0.14
isort
sphinx_compas2_theme
sphinx_qt_documentation
twine
wheel
-e .
4 changes: 2 additions & 2 deletions src/compas_view2/views/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ class View(QtWidgets.QOpenGLWidget):
Parameters
----------
app: :class:`compas_view2.app.App`
app : :class:`compas_view2.app.App`
The parent application of the view.
view_config: dict
view_config : dict
The view configuration.
"""

Expand Down

0 comments on commit 7e54fa9

Please sign in to comment.