Skip to content

Commit

Permalink
use the correct Console
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Sep 28, 2023
1 parent 2b8711a commit edd65a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jcvi/apps/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
from typing import Any, Collection, List, Optional, Union

from natsort import natsorted
from rich.logging import Console, RichHandler
from rich.console import Console
from rich.logging import RichHandler

from jcvi import __copyright__, __version__

Expand Down

0 comments on commit edd65a9

Please sign in to comment.