Skip to content

Commit

Permalink
Fix funky merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed May 27, 2024
1 parent 80716be commit 1ed636f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions trollmoves/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,12 +629,8 @@ def _form_connection_parameters_dict(original):
if key in CONNECTION_CONFIG_ITEMS:
warnings.warn(
f"Consider using connection_parameters__{key} instead of {key}.",
<<<<<<< fix-utcnow
category=UserWarning,
stacklevel=2)
=======
category=UserWarning, stacklevel=2)
>>>>>>> main
res["connection_parameters"][key] = original[key]
del res[key]
return res
Expand Down

0 comments on commit 1ed636f

Please sign in to comment.