Rename callable.py to check_callable.py, refs #2078

This commit is contained in:
Simon Willison 2023-05-25 11:49:40 -07:00
commit 9584879534
4 changed files with 71 additions and 71 deletions

View file

@ -1,4 +1,4 @@
from datasette.utils.callable import check_callable
from datasette.utils.check_callable import check_callable
import pytest