Closed karenqinn closed 2 years ago
I'd suspect your inadvertently monkey patching click in unit tests or similar. Look for something like:
click.Command = mycommand
in your code.
This is something specific to your application though, not sphinx-click itself, so I'm going to close this since there's nothing wrong on our end here.
Hi! I’m suddenly running into this error, has anyone else?
I am importing click with
import click
, and this worked in the past. Did something change?