Skip to content

Commit

Permalink
Fix travis crash
Browse files Browse the repository at this point in the history
  • Loading branch information
don4get committed Jul 12, 2020
1 parent b610ea8 commit 6d1db8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nodedge/mdi_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ def checkStylesheet(self) -> None:
self.stylesheetLastModified = modTime
loadStyleSheets(self.styleSheetFilename)

@Slot(List[str]) # type: ignore
@Slot(list) # type: ignore
def showItemsInStatusBar(self, items: List[str]):
"""
Slot triggered when an item has been selected.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PySide2
PySide2==5.14.2.3
1 change: 0 additions & 1 deletion requirements_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ flake8
mypy
pre-commit
pydocstyle
PyQt5-stubs==5.13.1.4
pytest
pytest-cov
pytest-mock
Expand Down

0 comments on commit 6d1db8e

Please sign in to comment.