Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Nov 21, 2023
1 parent 73b142e commit 9ca69b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/src"
schedule:
interval: daily
open-pull-requests-limit: 10
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"
2 changes: 1 addition & 1 deletion src/artisanlib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23810,7 +23810,7 @@ def setCurves(self, _:bool = False) -> None:

#used by WheelGraphDlg()
#wrap values in unicode(.) if and only if those are of type string
def getWheelGraph(self) -> Wheel:
def getWheelGraph(self) -> 'Wheel':
wheel:Wheel = {}
#two dimension lists
wheel['wheelnames'] = self.qmc.wheelnames
Expand Down

0 comments on commit 9ca69b4

Please sign in to comment.