Use local docopts

This commit is contained in:
Mark Qvist 2023-09-22 09:55:07 +02:00
parent c9925226c9
commit f5aab30d7b
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
from typing import TypeVar
import RNS
import rnsh
import docopt
import sys
from rnsh import docopt
_T = TypeVar("_T")

View File

@ -1,6 +1,6 @@
import rnsh.args
import shlex
import docopt
from rnsh import docopt
def test_program_args():
docopt_threw = False