changeset 6:0f196da9af68

fix import typo
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Tue, 16 Nov 2021 17:50:59 +0100
parents 94bf1c757908
children 5063639df439
files tests/test_helpers.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test_helpers.py	Tue Nov 16 17:50:50 2021 +0100
+++ b/tests/test_helpers.py	Tue Nov 16 17:50:59 2021 +0100
@@ -1,5 +1,5 @@
 from unittest import TestCase
-from fbs import Option
+from fbs.helpers import Option
 
 
 class TestOption(TestCase):