mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 02:30:22 -07:00
Merge pull request #13797 from robinro/patch-1
remove unused imports in utils/path.py
This commit is contained in:
commit
fc53d3d5d2
1 changed files with 0 additions and 2 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue