Skip to content

Commit

Permalink
Replace mbdata->mbslave
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed May 6, 2023
1 parent 2361c9c commit 9074c2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

set -eux

# poetry run isort --check mbdata/
# poetry run black --check mbdata/
# poetry run isort --check mbslave/
# poetry run black --check mbslave/

poetry run flake8 mbdata
poetry run mypy -p mbdata.replication
poetry run flake8 mbslave
poetry run mypy -p mbslave.replication
poetry run pytest -v
2 changes: 1 addition & 1 deletion mbslave/tests/test_replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
import os
from six import StringIO
from mbdata.replication import (
from mbslave.replication import (
Config,
remap_schema,
join_paths,
Expand Down

0 comments on commit 9074c2e

Please sign in to comment.