Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks committed Sep 26, 2023
1 parent b0d2725 commit 1dfe84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trio/_tests/test_types.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# this file should only check *small* portions of trio's API.
# (it would be unproductive to write out the API twice :^)

type_checkers = []
import os
import subprocess
import tempfile
import textwrap

import pytest

type_checkers = []
try:
import pyright
except:
Expand Down

0 comments on commit 1dfe84a

Please sign in to comment.