commit | 7132b8e182164a78317ba3f5f32941bc631d0698 | [log] [tgz] |
---|---|---|
author | Jeremy Mowery <jermowery@email.arizona.edu> | Sat Jan 09 11:01:07 2016 -0700 |
committer | Jeremy Mowery <jermowery@email.arizona.edu> | Sat Jan 09 11:01:07 2016 -0700 |
tree | 5e9c75e60aa705764b756ba360ec481288c669d6 | |
parent | 8c52f56200aa306e819073d70634da4738a0463f [diff] |
Fix import error
diff --git a/xos/services/vpn/models.py b/xos/services/vpn/models.py index 0925239..8b2c5d8 100644 --- a/xos/services/vpn/models.py +++ b/xos/services/vpn/models.py
@@ -1,6 +1,5 @@ from core.models import Service, TenantWithContainer from django.db import transaction -from typing import Mapping VPN_KIND = "vpn"