Skip to content

Commit

Permalink
remove conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Sep 17, 2024
1 parent 7b4ae37 commit 38cc638
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,21 +370,12 @@ def update_forward_refs_for_given_model(self, given_model: AST.ClassReference) -
AST.FunctionInvocation(
function_definition=self._update_forward_ref_function_reference,
args=[AST.Expression(given_model)],
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> f954501385 (update snaps)
kwargs=[
(
get_named_import_or_throw(self._local_class_reference),
AST.Expression(self._local_class_reference),
)
],
<<<<<<< HEAD
=======
>>>>>>> 30dc3ebe9d (working, need to polish)
=======
>>>>>>> f954501385 (update snaps)
)
)
)
Expand Down

0 comments on commit 38cc638

Please sign in to comment.