Remove unused import in Table example

The table example in the README has an unused import.
This commit is contained in:
Bruno Alla 2020-08-13 12:43:12 +01:00 committed by GitHub
parent 48828e317c
commit 7d4b2baa40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ Here's a simpler table example:
```python
from rich.console import Console
from rich.table import Column, Table
from rich.table import Table
console = Console()