Skip to content
Snippets Groups Projects
Commit a5393215 authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

ssh: regularize mercurial imports

parent 1c659ba2
No related branches found
No related tags found
No related merge requests found
from dulwich.client import SubprocessWrapper
from mercurial import util
import subprocess
......@@ -3,5 +2,9 @@
import subprocess
from mercurial import (
util,
)
class SSHVendor(object):
"""Parent class for ui-linked Vendor classes."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment