Skip to content

Commit 30cf42c

Browse files
Skip type-checking; add link to issue to fix and test
1 parent a5d7331 commit 30cf42c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

protovalidate/internal/string_format.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# type: ignore
16+
# TODO(#257): Fully test and fix types in this file.
17+
1518
from decimal import Decimal
1619

1720
import celpy # type: ignore

0 commit comments

Comments
 (0)