summaryrefslogtreecommitdiff
path: root/_test/test_api_change.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_api_change.py')
-rw-r--r--_test/test_api_change.py2
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: