Skip to content

Commit

Permalink
Remove qrcode (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway authored Nov 3, 2023
1 parent f396119 commit 3d00ed9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 81 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ For example, here is a callback function for displaying the login URL, QR code t
```python

# Require `pip install qrcode[pil]`
from hypha.utils.qrcode import display_qrcode
from imjoy_rpc.qr import display_qrcode

async def callback(context):
"""
Expand Down
2 changes: 1 addition & 1 deletion hypha/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.15.33"
"version": "0.15.34"
}
79 changes: 0 additions & 79 deletions hypha/utils/qrcode.py

This file was deleted.

0 comments on commit 3d00ed9

Please sign in to comment.