Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Mar 13, 2020
1 parent cf75566 commit f1bde0a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions rich/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,13 +1002,8 @@ def save_html(

if __name__ == "__main__": # pragma: no cover
console = Console()

with console.style("dim on black"):
console.print("[b]Hello[/b], [i]World[/i]!")
console.print("Hello, *World*!")

console.log(
"JSONRPC *request*",
"JSONRPC [i]request[/i]",
5,
1.3,
True,
Expand All @@ -1022,7 +1017,6 @@ def save_html(
},
)

console.log("# Hello, **World**!")
console.log("Hello, World!", "{'a': 1}", repr(console))

console.log(
Expand Down

0 comments on commit f1bde0a

Please sign in to comment.