Organize imports

This commit is contained in:
ful1e5 2020-11-07 17:57:31 +05:30
parent cb9c6aef2b
commit 0a04b77717
3 changed files with 7 additions and 6 deletions

View file

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