Skip to content

Commit 68d5a1b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4426ef5 commit 68d5a1b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

yaqc_qtpy/__version__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Define version."""
22

3-
43
import pathlib
54
import subprocess
65

yaqc_qtpy/_main_window.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Main window."""
22

3-
43
import sys
54
import functools
65
import pathlib

yaqc_qtpy/_qproperty.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Class representing single property, see YEP-111."""
22

3-
43
from qtpy import QtCore
54

65

0 commit comments

Comments
 (0)