Skip to content

Commit

Permalink
minor menu issue
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Mar 29, 2023
1 parent 6327a90 commit d8b151d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pkgexampleconcurrency"
version = "0.0.8"
version = "0.0.9"
authors = [
{ name="Good Boy", email="pythonic@rexbytes.com" },
]
Expand All @@ -23,7 +23,7 @@ dependencies=[]
[project.urls]
"Homepage" = "https://github.com/RexBytes/pkgexampleconcurrency"
"Bug Tracker" = "https://github.com/RexBytes/pkgexampleconcurrency/issues"
"Download URL" ="https://github.com/RexBytes/pkgexampleconcurrency/archive/refs/tags/v0.0.8.tar.gz"
"Download URL" ="https://github.com/RexBytes/pkgexampleconcurrency/archive/refs/tags/v0.0.9.tar.gz"

[project.scripts]
rexthreading = "pkgexampleconcurrency:my_concurrency_module.my_threading"
Expand Down
3 changes: 0 additions & 3 deletions src/pkgexampleconcurrency/my_concurrency_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ def my_asyncio():
my_asyncio_parser = argparse.ArgumentParser(
description="Run default asyncio example"
)
my_asyncio_parser.add_argument(
"--run", action="store_true", help="Run default asyncio example"
)
my_asyncio_parser.add_argument(
"--helloio", action="store_true", help="async/await hello world!"
)
Expand Down

0 comments on commit d8b151d

Please sign in to comment.