Skip to content

Commit

Permalink
Remove pathlib2 compatibility code.
Browse files Browse the repository at this point in the history
  • Loading branch information
nezhar authored and Julian committed Jul 19, 2021
1 parent 0d6c65d commit 72a0c60
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions jsonschema/tests/_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@
"""

from functools import partial
from pathlib import Path
import json
import os
import re
import subprocess
import sys
import unittest

try:
from pathlib import Path
except ImportError:
from pathlib2 import Path

import attr

from jsonschema.validators import validators
Expand Down

0 comments on commit 72a0c60

Please sign in to comment.