mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 09:45:24 -04:00
⚡ Organize imports
This commit is contained in:
parent
cb9c6aef2b
commit
0a04b77717
3 changed files with 7 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import sys
|
||||
import json
|
||||
import shutil
|
||||
from os import path, mkdir
|
||||
import sys
|
||||
import tempfile
|
||||
from os import mkdir, path
|
||||
|
||||
from . import __path__
|
||||
from .pkg_info import info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue