Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaeher committed May 24, 2024
1 parent 3dddae8 commit 80711c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/coqtop.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""Coqtop interface with functions to send commands and parse responses."""

import datetime
import io
import logging
import os
import io
import signal
import subprocess
import threading
Expand All @@ -18,12 +18,12 @@
IO,
TYPE_CHECKING,
Any,
Callable,
Generator,
Iterable,
Iterator,
List,
Mapping,
Callable,
Optional,
Tuple,
Union,
Expand Down

0 comments on commit 80711c4

Please sign in to comment.