1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Deny up-flag support in BaseProvider

This commit is contained in:
Viranch Mehta
2021-09-17 15:39:16 -07:00
parent f2e83a6a25
commit 201c57298a
5 changed files with 25 additions and 18 deletions

View File

@@ -9,6 +9,7 @@ from __future__ import absolute_import, division, print_function, \
class BaseSource(object):
SUPPORTS_MUTLIVALUE_PTR = False
SUPPORTS_POOL_VALUE_UP = False
def __init__(self, id):
self.id = id