Skip to content

Commit

Permalink
Do not use 'annotation' future extension (R4.1)
Browse files Browse the repository at this point in the history
It isn't available in Python 3.6 (CentOS Stream 8), and isn't really
needed in this branch.
  • Loading branch information
marmarek committed May 12, 2023
1 parent 3e61902 commit 691ae45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qrexec/policy/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

"""Qrexec policy parser and evaluator"""

from __future__ import annotations
import abc
import collections
import collections.abc
Expand Down

0 comments on commit 691ae45

Please sign in to comment.