Skip to content

Commit

Permalink
Fix wrong version number (#4429)
Browse files Browse the repository at this point in the history
* remove refs to featureflags

* test refs to obbff

* test refs to obbff

* ruff

* fix unittest

---------

Co-authored-by: James Maslek <[email protected]>
  • Loading branch information
montezdesousa and jmaslek committed Apr 12, 2023
1 parent 53d806d commit 9d16d9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openbb_terminal/settings_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# IMPORTATION THIRDPARTY
import pytz

from openbb_terminal.config_terminal import i18n_dict_location

# IMPORTATION INTERNAL
from openbb_terminal.core.config.paths import (
I18N_DICT_LOCATION,
Expand Down

0 comments on commit 9d16d9c

Please sign in to comment.