mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
This commit is contained in:
@@ -22,9 +22,7 @@
|
||||
# tag. Latest is not supported, you should not be doing
|
||||
# that. Contribs welcome! -- MPD
|
||||
|
||||
import os
|
||||
import re
|
||||
import subprocess
|
||||
|
||||
def get_version(dest):
|
||||
''' samples the version of the git repo '''
|
||||
|
||||
Reference in New Issue
Block a user