mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
remove unused imports
clean up imports of time.sleep and stat that are no (longer) used here
This commit is contained in:
parent
c3dd0213ef
commit
e01ff3b352
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@ from __future__ import (absolute_import, division, print_function)
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import stat
|
|
||||||
from time import sleep
|
|
||||||
from errno import EEXIST
|
from errno import EEXIST
|
||||||
|
|
||||||
__all__ = ['unfrackpath']
|
__all__ = ['unfrackpath']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue