Skip to content

Commit 45bd9be

Browse files
committed
fix RTD
1 parent 9fbc3fa commit 45bd9be

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.readthedocs.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import asyncio
2323
import io
2424
import logging
25-
import typing
2625
import unittest
2726
from unittest import mock
2827

0 commit comments

Comments
 (0)