Skip to content

Commit

Permalink
test crash
Browse files Browse the repository at this point in the history
  • Loading branch information
FloMPS committed Oct 10, 2023
1 parent 97f6dfc commit 6829aae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx
sphinx-rtd-theme
sphinx-rtd-theme
pyside6
1 change: 1 addition & 0 deletions src/test_pkg/test_mod.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-

from PySide6 import QtCore, QtGui, QtUiTools, QtWidgets

def hello():
"""Prints a hello message
Expand Down

0 comments on commit 6829aae

Please sign in to comment.