Skip to content

Commit

Permalink
autopep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Moishe committed Mar 21, 2024
1 parent fd68dd7 commit 130b69a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
1 change: 1 addition & 0 deletions src/dailyai/pipeline/frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def to_proto(self):
def from_proto(proto):
raise NotImplementedError


class ControlFrame(Frame):
# Control frames should contain no instance data, so
# equality is based solely on the class.
Expand Down
20 changes: 9 additions & 11 deletions src/dailyai/pipeline/protobufs/frames_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 130b69a

Please sign in to comment.