Skip to content

Commit 9f86ffb

Browse files
committed
fix: future annotations
1 parent 3d57414 commit 9f86ffb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/mailpit/testcontainers/mailpit/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1111
# License for the specific language governing permissions and limitations
1212
# under the License.
13+
from __future__ import annotations
14+
1315
import os
1416
import tempfile
1517
from datetime import datetime, timedelta, timezone

0 commit comments

Comments
 (0)