Adding __future__ to the top again

This commit is contained in:
Anton Hvornum 2022-05-13 07:34:16 +02:00
parent 6561894388
commit 1679f00f2e
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import logging
from __future__ import annotations
import logging
from typing import List, Any, Dict, TYPE_CHECKING
from ..disk import all_blockdevices