Skip to content

Commit 2aa9d1d

Browse files
[autofix.ci] apply automated fixes
1 parent 04fd092 commit 2aa9d1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/stockticker/pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ version = "1.14.0"
77
description = "Slint Stock Ticker Example for Python"
88
readme = "README.md"
99
requires-python = ">=3.12"
10-
dependencies = [
11-
"aiohttp>=3.12.15",
12-
"slint",
13-
]
10+
dependencies = ["aiohttp>=3.12.15", "slint"]
1411

1512
[tool.uv.sources]
1613
slint = { path = "../../api/python/slint", editable = true }

examples/stockticker/stockticker.slint

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright © SixtyFPS GmbH <[email protected]>
2+
// SPDX-License-Identifier: MIT
3+
14
import { Button, VerticalBox, HorizontalBox } from "std-widgets.slint";
25

36
export struct Symbol {

0 commit comments

Comments
 (0)