Skip to content

Commit

Permalink
chore(lint): lint for the new black (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangqing authored Oct 19, 2023
1 parent 622a2a5 commit eb0af3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions getting-started/counter/safe_counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
etc. You can try to stop and restart safe counter and see that the counter
is persistent.
"""

import errno
import fcntl
import os
Expand Down
1 change: 0 additions & 1 deletion getting-started/extra_files/dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
A simple module to demonstrate how to use a dependency in a photon.
"""


def content() -> str:
"""
A simple function to return a string for demo purpose.
Expand Down

0 comments on commit eb0af3d

Please sign in to comment.