Skip to content

Commit 29722eb

Browse files
style(pre-commit.ci): auto fixes [...]
1 parent 2b50274 commit 29722eb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/fonticon_fa6/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__all__ = ["FA6R", "FA6B", "FA6S"]
1+
__all__ = ["FA6B", "FA6R", "FA6S"]
22
__version__ = "6.4.0"
33

44
from .fa6b import FA6B

tests/test_fonticon_fa6.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
from fonticon_fa6 import FA6B, FA6R, FA6S
21
from qtpy.QtWidgets import QPushButton
32
from superqt.fonticon import icon
43

4+
from fonticon_fa6 import FA6B, FA6R, FA6S
5+
56

67
def test_FA6S(qtbot):
78
btn = QPushButton()

0 commit comments

Comments
 (0)