mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Sort imports with ruff check --fix (#11400)
Sort imports with ruff check --fix.
This commit is contained in:
@@ -203,8 +203,8 @@ cmd:
|
||||
"""
|
||||
|
||||
import os
|
||||
import tempfile
|
||||
import re
|
||||
import tempfile
|
||||
from urllib.parse import urlparse
|
||||
from urllib.request import getproxies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user