mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
remove unneeded imports
This commit is contained in:
parent
d0a5dec686
commit
6b72804cb4
1 changed files with 0 additions and 2 deletions
|
@ -24,12 +24,10 @@ import sys
|
||||||
import os
|
import os
|
||||||
import platform
|
import platform
|
||||||
import re
|
import re
|
||||||
import shlex
|
|
||||||
import socket
|
import socket
|
||||||
import struct
|
import struct
|
||||||
import subprocess
|
import subprocess
|
||||||
import traceback
|
import traceback
|
||||||
import syslog
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import selinux
|
import selinux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue