Skip to content

Commit d530ec7

Browse files
committed
chore: Add pyre-strict to all test files.
1 parent 828234d commit d530ec7

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

tests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# pyre-strict

tests/test_exporters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pyre-strict
12
import unittest
23
from typing import Any
34
from unittest.mock import MagicMock, patch

tests/test_panels.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pyre-strict
12
import unittest
23
from typing import cast
34

0 commit comments

Comments
 (0)