Skip to content

Commit

Permalink
remove modulo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho authored and zx80 committed Sep 7, 2024
1 parent bcad720 commit 22f90e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Badges
duckdb: 14
mariadb: 18
pymysql: 18
mysqldb: 16
mysqldb: 15
myco: 16
pymssql: 17
pg8000: 12
Expand Down
3 changes: 2 additions & 1 deletion tests/test_mysqldb.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ def test_my_conn(conn):
run_date_time as test_date_time,
run_object_attributes as test_object_attributes,
run_execute_script as test_execute_script,
run_modulo as test_modulo,
# FIXME kwargs -> args?
# run_modulo as test_modulo,
)

0 comments on commit 22f90e3

Please sign in to comment.