Skip to content

Commit

Permalink
aws deploy is working!
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Feb 28, 2023
1 parent ccd753b commit 283053f
Show file tree
Hide file tree
Showing 9 changed files with 296 additions and 58 deletions.
1 change: 0 additions & 1 deletion playground/client/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@


def main(args, parser, extra, subparser):

playground.utils.ensure_no_extra(extra)

# If nothing provided, show help
Expand Down
2 changes: 0 additions & 2 deletions playground/client/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@


def main(args, parser, extra, subparser):

playground.utils.ensure_no_extra(extra)
lookup = {"ipython": ipython, "python": python, "bpython": bpython}
shells = ["ipython", "python", "bpython"]
Expand All @@ -32,7 +31,6 @@ def main(args, parser, extra, subparser):


def create_client(args):

cli = Client(
quiet=args.quiet,
settings_file=args.settings_file,
Expand Down
1 change: 0 additions & 1 deletion playground/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def add_prefix(msg, char=">>"):


class ColorizingStreamHandler(_logging.StreamHandler):

BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8)
RESET_SEQ = LogColors.ENDC
COLOR_SEQ = "\033[%dm"
Expand Down

0 comments on commit 283053f

Please sign in to comment.