Skip to content

Commit 72a0c60

Browse files
nezharJulian
authored andcommitted
Remove pathlib2 compatibility code.
1 parent 0d6c65d commit 72a0c60

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

jsonschema/tests/_suite.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@
33
"""
44

55
from functools import partial
6+
from pathlib import Path
67
import json
78
import os
89
import re
910
import subprocess
1011
import sys
1112
import unittest
1213

13-
try:
14-
from pathlib import Path
15-
except ImportError:
16-
from pathlib2 import Path
17-
1814
import attr
1915

2016
from jsonschema.validators import validators

0 commit comments

Comments
 (0)