mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
remove unused imports
clean up imports of time.sleep and stat that are no (longer) used here
This commit is contained in:
@@ -18,8 +18,6 @@ from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
import os
|
||||
import stat
|
||||
from time import sleep
|
||||
from errno import EEXIST
|
||||
|
||||
__all__ = ['unfrackpath']
|
||||
|
||||
Reference in New Issue
Block a user