Skip to content

Commit

Permalink
ci: flake
Browse files Browse the repository at this point in the history
  • Loading branch information
redstreet committed Oct 11, 2024
1 parent ed2e60c commit 2d27cff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion fava_miler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from fava.ext import FavaExtensionBase
from . import libmiler
from .common.favainvestorapi import *
from .common.favainvestorapi import FavaInvestorAPI


class Miler(FavaExtensionBase): # pragma: no cover
Expand Down
1 change: 0 additions & 1 deletion fava_miler/common/clicommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ def pretty_print_table(rtypes, rrows, **tabulate_options):
**tabulate_options))



def pretty_print_table_bare(rrows):
print(tabulate.tabulate(rrows, tablefmt='simple'))

0 comments on commit 2d27cff

Please sign in to comment.