mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-25 08:55:04 +00:00
Replace from __future__ import annotations with the required future-import.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
# BSD 2-Clause license (see LICENSES/BSD-2-Clause.txt)
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
from __future__ import annotations
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
import copy
|
||||
import json
|
||||
|
||||
Reference in New Issue
Block a user