Skip to content

Commit

Permalink
fix: Import
Browse files Browse the repository at this point in the history
  • Loading branch information
andreroggeri committed Apr 11, 2023
1 parent 3bf0967 commit 2e0612e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brbanks2ynab/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from argparse import ArgumentParser
from pathlib import Path

from brbanks2ynab.config.config import ImporterConfig
from brbanks2ynab.config.initialize import init_config
from brbanks2ynab.sync.sync import sync
from config.config import ImporterConfig


def _default_config_path():
Expand Down

0 comments on commit 2e0612e

Please sign in to comment.