Skip to content

Commit

Permalink
Add newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-autofix[bot] authored Sep 13, 2022
1 parent 46d9ba6 commit d543dcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ async def main():
data = await nsfw_jpg.to_dict()
print("Image URL is", data["url"])

asyncio.run(main())
asyncio.run(main())
2 changes: 1 addition & 1 deletion lunarapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.1.0"

from .api import *
from .api import *
2 changes: 1 addition & 1 deletion lunarapi/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ def nsfw(__name: __valid):
return Endpoint(f"nsfw/{__name}", model=models.JSON, fn=lambda: None)

def sfw(__name: __sfw_valid):
return Endpoint(f"sfw/{__name}", model=models.JSON, fn=lambda: None)
return Endpoint(f"sfw/{__name}", model=models.JSON, fn=lambda: None)

0 comments on commit d543dcd

Please sign in to comment.