Skip to content

Commit

Permalink
Fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Aug 1, 2022
1 parent b717ff0 commit 61350cd
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions istub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,3 @@ packages:
pyright: false
mypy: false
stubtest: true
snapshots:
stubtest: |-
error: awscrt.auth is not present in stub
Stub:
MISSING
Runtime: in file ./awscrt/auth.py
<module 'awscrt.auth' from './.venv/lib/python3.10/site-packag...
error: awscrt.crypto is not present in stub
Stub:
MISSING
Runtime: in file ./awscrt/crypto.py
<module 'awscrt.crypto' from './.venv/lib/python3.10/site-pack...
error: awscrt.http is not present in stub
Stub:
MISSING
Runtime: in file ./awscrt/http.py
<module 'awscrt.http' from './.venv/lib/python3.10/site-packag...
error: awscrt.io is not present in stub
Stub:
MISSING
Runtime: in file ./awscrt/io.py
<module 'awscrt.io' from '....
error: awscrt.mqtt is not present in stub
Stub:
MISSING
Runtime: in file ./awscrt/mqtt.py
<module 'awscrt.mqtt' from './.venv/lib/python3.10/site-packag...
error: awscrt.s3 is not present in stub
Stub:
MISSING
Runtime: in file ./awscrt/s3.py
<module 'awscrt.s3' from '....

0 comments on commit 61350cd

Please sign in to comment.