aboutsummaryrefslogtreecommitdiff
path: root/pandora/models/_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'pandora/models/_base.py')
-rw-r--r--pandora/models/_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandora/models/_base.py b/pandora/models/_base.py
index 5689cdf..6975d0a 100644
--- a/pandora/models/_base.py
+++ b/pandora/models/_base.py
@@ -38,7 +38,7 @@ class SyntheticField(namedtuple("SyntheticField", ["field"])):
38 payload. 38 payload.
39 """ 39 """
40 40
41 def formatter(self, api_client, data, newval): # pragma: no cover 41 def formatter(self, api_client, data, newval):
42 """Format Value for Model 42 """Format Value for Model
43 43
44 The return value of this method is used as a value for the field in the 44 The return value of this method is used as a value for the field in the