Drop support for Python 2.

This commit is contained in:
Dion Moult
2024-05-07 12:17:46 +10:00
parent 7e13ed746e
commit 89c4cbeb05
17 changed files with 2 additions and 67 deletions
@@ -32,8 +32,6 @@ Available flags:
- ``--fields``: Output more detailed information about failed entities (available only with ``--json``).
"""
from __future__ import print_function
import os
import sys
import json