Commit 059f6b8
Michael Recachinas
Removed comma
`self.created = created,` builds a tuple in `self.created`. This appears to be a mistake. See below for an example:
```python
>>> x = 3,
>>> x
(3,)
```1 parent dc50f0a commit 059f6b8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
0 commit comments