Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton committed Mar 13, 2024
1 parent 1ff1f4d commit b0df3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradio/state_holder.py
Expand Up @@ -18,7 +18,7 @@ def __init__(self):
def set_blocks(self, blocks: Blocks):
self.blocks = blocks
self.capacity = blocks.state_session_capacity

def reset(self, blocks: Blocks):
self.session_data = OrderedDict()
self.set_blocks(blocks)
Expand Down

0 comments on commit b0df3d3

Please sign in to comment.