Skip to content

Commit

Permalink
fix: resotring cli
Browse files Browse the repository at this point in the history
  • Loading branch information
JensZack committed Dec 3, 2024
1 parent b3d24d2 commit 31dccdf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/r2x/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ def cli():
parser.print_help(sys.stderr)
sys.exit(0)

if len(sys.argv) == 0:
a = 3
b = 5
c = a + b
print(c)

args, remaining_args = parser.parse_known_args()

if "--help" in remaining_args:
Expand Down

0 comments on commit 31dccdf

Please sign in to comment.