Skip to content

Commit

Permalink
Fix deep object row references
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Prescod committed Apr 25, 2023
1 parent 134e599 commit c452f16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions snowfakery/row_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
from random import randint

from snowfakery import data_gen_exceptions as exc
from snowfakery.object_rows import LazyLoadedObjectReference, ObjectReference, ObjectRow
from snowfakery.object_rows import LazyLoadedObjectReference, NicknameSlot, ObjectRow
from snowfakery.utils.pickle import RestrictedPickler
from snowfakery.object_rows import NicknameSlot


class RowHistory:
Expand Down

0 comments on commit c452f16

Please sign in to comment.