Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tycho Pandelaar committed Oct 9, 2023
1 parent 3bb5be8 commit a187c18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/repository_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@

from concurrent.futures import ThreadPoolExecutor, as_completed
from src.repository import GitRepo
from src.table import Table, TableRenderer, Cell, ANSI_BOLD_BRIGHT_WHITE, ANSI_WHITE, ANSI_RED, ANSI_GREEN, ANSI_CYAN,
ANSI_PURPLE, ANSI_GREY
from src.table import (
Table, TableRenderer, Cell, ANSI_BOLD_BRIGHT_WHITE, ANSI_WHITE,
ANSI_RED, ANSI_GREEN, ANSI_CYAN, ANSI_PURPLE, ANSI_GREY
)


class GitRepoManager:
Expand Down

0 comments on commit a187c18

Please sign in to comment.