Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoTavares committed May 13, 2024
1 parent 861d4b8 commit 1521591
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pycue/opencue/wrappers/show.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def createServiceOverride(self, data):
# min_memory_increase has to be greater than 0.
if data.min_memory_increase <= 0:
raise ValueError("Minimum memory increase must be > 0")

self.stub.CreateServiceOverride(show_pb2.ShowCreateServiceOverrideRequest(
show=self.data, service=data),
timeout=Cuebot.Timeout)
Expand Down

0 comments on commit 1521591

Please sign in to comment.