We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbc3fa commit 45bd9beCopy full SHA for 45bd9be
.readthedocs.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+
3
+# Build documentation in the docs/ directory with Sphinx
4
+sphinx:
5
+ builder: html
6
+ configuration: doc/conf.py
7
8
+formats: []
9
10
+python:
11
+ version: "3.8"
12
+ install:
13
+ - requirements: CI_REQUIREMENTS.txt
14
+ - method: pip
15
+ path: .
test/test_log_wrap_py3.py
@@ -22,7 +22,6 @@
22
import asyncio
23
import io
24
import logging
25
-import typing
26
import unittest
27
from unittest import mock
28
0 commit comments