diff options
author | Anthon van der Neut <anthon@mnt.org> | 2021-03-26 11:20:38 +0100 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2021-03-26 11:20:38 +0100 |
commit | 09f8576ae990234daebf51cca48b52d564f2c2d2 (patch) | |
tree | e08953ec5547d9ed05373a3134c3557f6ebf11c6 /_test/test_api_change.py | |
parent | e8719cd39655d98cf2bde1be15366cca7a58fd89 (diff) | |
download | ruamel.yaml-09f8576ae990234daebf51cca48b52d564f2c2d2.tar.gz |
remove support for 2.7, prepare for f-strings0.17.0
Diffstat (limited to '_test/test_api_change.py')
-rw-r--r-- | _test/test_api_change.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/test_api_change.py b/_test/test_api_change.py index 4ce61b6..22250b8 100644 --- a/_test/test_api_change.py +++ b/_test/test_api_change.py @@ -7,7 +7,7 @@ testing of anchors and the aliases referring to them import sys import textwrap import pytest -from ruamel.std.pathlib import Path +from pathlib import Path class TestNewAPI: |