Skip to content

Commit

Permalink
correct import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft committed Jun 18, 2020
1 parent 82b0658 commit 483c57e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# Licensed under the MIT License.
# ------------------------------------

import platform
from ._version import VERSION

USER_AGENT = "ai-textanalytics/{}".format(VERSION)
USER_AGENT = "ai-textanalytics/{} Python/{} ({})".format(
VERSION, platform.python_version(), platform.platform()
)

0 comments on commit 483c57e

Please sign in to comment.