policy(major): fix error when policy.negate is enabled

This commit is contained in:
Langhammer, Jens
2019-10-14 15:00:20 +02:00
parent 358e39ced0
commit f1c4a62612
6 changed files with 11 additions and 10 deletions

View File

@ -1,4 +1,4 @@
"""policy structs"""
"""policy structures"""
from __future__ import annotations
from typing import TYPE_CHECKING, List