Skip to content

Commit

Permalink
Fix prompt logger
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Mar 26, 2020
1 parent 15ec4a0 commit ddb6134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygluu/kubernetes/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
import json
import base64
from getpass import getpass
from .kubeapi import Kubernetes, get_logger
from .yamlparser import update_settings_json_file
from .kubeapi import Kubernetes
from .yamlparser import update_settings_json_file, get_logger

logger = get_logger("gluu-prompt ")

Expand Down

0 comments on commit ddb6134

Please sign in to comment.