Skip to content

Commit

Permalink
fix(#5229): Removing repeated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-akim committed May 2, 2024
1 parent f111a83 commit cff53a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion deployability/modules/generic/ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import ansible_runner
import jinja2
from typing import Optional
import yaml

from pathlib import Path
Expand Down
1 change: 0 additions & 1 deletion deployability/modules/testing/tests/helpers/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2

import json
import paramiko
import requests
import paramiko
import subprocess
Expand Down

0 comments on commit cff53a3

Please sign in to comment.