Skip to content

Commit 08fc631

Browse files
author
Sylvain MARIE
committed
Fixed tests with python 2
1 parent 17565ff commit 08fc631

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

yamlable/tests/test_yamlobjects.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
from copy import copy
22
try: # python 3.5+
33
from typing import Dict, Any
4-
from yamlable import Y, yaml_info
4+
from yamlable import Y
55
except ImportError:
66
pass
77

88
import pytest
99

10-
from yamlable import YamlObject2
10+
from yamlable import YamlObject2, yaml_info
1111

1212

1313
def test_yamlobject_incomplete_description():

0 commit comments

Comments
 (0)