Skip to content

Commit f16a51c

Browse files
author
Ole-Henrik Borlaug
committed
Remove uneeded import and update CHANGELOG.md about bug fix influxdata#207
1 parent 88e3c45 commit f16a51c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## 1.16.0 [unreleased]
22

3+
### Bug Fixes
4+
1. [#206](https://github.com/influxdata/influxdb-client-python/pull/207): Remove the use of Mozilla's root certificates and certifi.where()
5+
36
### Features
47
1. [#203](https://github.com/influxdata/influxdb-client-python/pull/203): Allow configuring client via TOML file.
58

influxdb_client/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import re
1919
import ssl
2020

21-
import certifi
2221
# python 2 and python 3 compatibility library
2322
import six
2423
from six.moves.urllib.parse import urlencode

0 commit comments

Comments
 (0)