Skip to content

Commit

Permalink
fix: correct import error and add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-fully-ported authored Oct 30, 2023
1 parent 6540e3b commit 632e9bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
starts a web process
"""
import os
import random

from cowsay import cowsay
Expand Down Expand Up @@ -52,7 +53,7 @@ def printenv():
prints the env as json
"""

return os.environ
return os.environ


if __name__ == "__main__":
Expand Down

0 comments on commit 632e9bc

Please sign in to comment.