Skip to content

Commit

Permalink
[test_atomic] correct indent
Browse files Browse the repository at this point in the history
  • Loading branch information
autumnjolitz committed Dec 4, 2023
1 parent cbc649c commit b8fb396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_atomic.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
except ImportError:
from typing_extensions import Annotated

from enum import Enum
from enum import Enum
import datetime
import base64
import pickle
Expand Down Expand Up @@ -407,7 +407,7 @@ class Member(Base):
def _set_defaults(self):
self.first_name = self.last_name = ""
self.id = -1
super()._set_defaults()
super().ac_set_defaults()


class Organization(Base, history=True):
Expand Down

0 comments on commit b8fb396

Please sign in to comment.