Skip to content

Commit 2e0612e

Browse files
committed
fix: Import
1 parent 3bf0967 commit 2e0612e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brbanks2ynab/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
from argparse import ArgumentParser
66
from pathlib import Path
77

8+
from brbanks2ynab.config.config import ImporterConfig
89
from brbanks2ynab.config.initialize import init_config
910
from brbanks2ynab.sync.sync import sync
10-
from config.config import ImporterConfig
1111

1212

1313
def _default_config_path():

0 commit comments

Comments
 (0)