mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-24 20:14:29 -04:00
⚡ Organize imports
This commit is contained in:
parent
cb9c6aef2b
commit
0a04b77717
3 changed files with 7 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import shutil
|
||||
from os import path, listdir, rename, remove
|
||||
from .config import ConfigProvider
|
||||
from os import listdir, path, remove, rename
|
||||
|
||||
from .config import ConfigProvider
|
||||
|
||||
# Windows Cursors Config
|
||||
windows_cursors = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue