Skip to content

Commit

Permalink
remove unused split
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Feb 9, 2022
1 parent 37bd57a commit dbe109c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/yadage/steering_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ def connect(
@classmethod
def create(cls, **kwargs):
dataopts = kwargs.get("dataopts") or {}
if kwargs["dataarg"].startswith("local:"):
dataarg = kwargs["dataarg"].split(":", 1)[1]

metadir = (
kwargs["metadir"]
if kwargs["metadir"] is not None
Expand Down

0 comments on commit dbe109c

Please sign in to comment.