reST docstring, Typing & Linting fixes

This commit is contained in:
ful1e5 2021-03-31 16:57:35 +05:30
parent 6e0a8c5ae4
commit 38215c75c3
4 changed files with 90 additions and 70 deletions

View file

@ -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