Skip to content

Commit

Permalink
(app): fixed module not found
Browse files Browse the repository at this point in the history
  • Loading branch information
happer64bit committed Aug 1, 2024
1 parent c650f46 commit 3016b16
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hyperscript_cli/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import argparse
from parser import parse_config, TestRunner
from hyperscript.parser import parse_config, TestRunner
from colorama import Fore

def main():
Expand Down
1 change: 0 additions & 1 deletion hyperscript_cli/parser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import argparse
from colorama import Fore, init
import requests
import yaml
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='hyperscript-cli',
version='1.0',
version='1.0.1',
description='Powerful HTTP Request Tester',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 3016b16

Please sign in to comment.