Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 7, 2023
1 parent c2110a4 commit 61d16ba
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion btclib/script/engine/__init__.py
Expand Up @@ -7,7 +7,6 @@
#
# No part of btclib including this file, may be copied, modified, propagated,
# or distributed except according to the terms contained in the LICENSE file.

"""Bitcoin Script engine."""

from __future__ import annotations
Expand Down
1 change: 0 additions & 1 deletion btclib/script/engine/script.py
Expand Up @@ -7,7 +7,6 @@
#
# No part of btclib including this file, may be copied, modified, propagated,
# or distributed except according to the terms contained in the LICENSE file.

"""Bitcoin Script engine."""

from __future__ import annotations
Expand Down
1 change: 0 additions & 1 deletion btclib/script/engine/script_op_codes.py
Expand Up @@ -5,7 +5,6 @@
#
# No part of btclib including this file, may be copied, modified, propagated,
# or distributed except according to the terms contained in the LICENSE file.

"""Bitcoin Script legacy op codes."""

from __future__ import annotations
Expand Down
1 change: 0 additions & 1 deletion btclib/script/engine/tapscript.py
Expand Up @@ -7,7 +7,6 @@
#
# No part of btclib including this file, may be copied, modified, propagated,
# or distributed except according to the terms contained in the LICENSE file.

"""Bitcoin Script engine."""

from __future__ import annotations
Expand Down
1 change: 0 additions & 1 deletion btclib/script/op_codes_tapscript.py
Expand Up @@ -7,7 +7,6 @@
#
# No part of btclib including this file, may be copied, modified, propagated,
# or distributed except according to the terms contained in the LICENSE file.

"""Tapscript OP_CODES."""

from btclib.exceptions import BTClibValueError
Expand Down
1 change: 0 additions & 1 deletion tests/script/test_op_codes_taproot.py
Expand Up @@ -7,7 +7,6 @@
#
# No part of btclib including this file, may be copied, modified, propagated,
# or distributed except according to the terms contained in the LICENSE file.

"""Tests for the `btclib.script.op_codes_tapscript` module."""


Expand Down
1 change: 0 additions & 1 deletion tests/script_engine/__init__.py
Expand Up @@ -7,7 +7,6 @@
#
# No part of btclib including this file, may be copied, modified, propagated,
# or distributed except according to the terms contained in the LICENSE file.

"""Btclib.script.engine non-regression tests."""

from btclib.script.script import BYTE_FROM_OP_CODE_NAME, serialize
Expand Down
1 change: 0 additions & 1 deletion tests/script_engine/test_script.py
Expand Up @@ -7,7 +7,6 @@
#
# No part of btclib including this file, may be copied, modified, propagated,
# or distributed except according to the terms contained in the LICENSE file.

"""Tests for the `btclib.script.engine` module."""

import json
Expand Down
1 change: 0 additions & 1 deletion tests/script_engine/test_transactions.py
Expand Up @@ -7,7 +7,6 @@
#
# No part of btclib including this file, may be copied, modified, propagated,
# or distributed except according to the terms contained in the LICENSE file.

"""Tests for the `btclib.script.engine` module."""

import json
Expand Down

0 comments on commit 61d16ba

Please sign in to comment.