Fix typing.

This commit is contained in:
Jelmer Vernooij 2021-03-22 13:39:00 +00:00
parent fb6d15172a
commit 802807f262

View file

@ -32,6 +32,7 @@ class SchrootSession(Session):
_cwd: Optional[str]
_location: Optional[str]
chroot: str
session_id: Optional[str]
def __init__(self, chroot: str):
if not isinstance(chroot, str):