mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-15 15:44:52 -04:00
✨ reST docstring, Typing & Linting fixes
This commit is contained in:
parent
6e0a8c5ae4
commit
38215c75c3
4 changed files with 90 additions and 70 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from typing import Dict, List, Tuple
|
||||
from typing import Dict
|
||||
|
||||
# Info
|
||||
THEME_NAME = "macOSBigSur"
|
||||
|
@ -12,7 +12,6 @@ URL = "https://github.com/ful1e5/apple_cursor"
|
|||
# XCursor
|
||||
X_DELAY: int = 10
|
||||
|
||||
|
||||
# Windows Cursor
|
||||
WIN_DELAY = 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue