Run pre-commit on all files

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
Daniel Nephin 2015-08-24 15:25:25 -04:00
commit 59d4f304ee
64 changed files with 250 additions and 223 deletions

View file

@ -1,7 +1,8 @@
import os
import ssl
from docker import Client
from docker import tls
import ssl
import os
def docker_client():