Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass committed Jun 2, 2020
1 parent b451332 commit b2c859c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

from os import environ
from re import fullmatch
from typing import Union, Type, Optional, Dict, TypeVar
from typing import Dict, Optional, Type, TypeVar, Union

ConfigValue = Union[str, bool, int, float]

Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-api/src/opentelemetry/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import re
import time
from logging import getLogger
from typing import Sequence, Union, cast, TYPE_CHECKING
from typing import TYPE_CHECKING, Sequence, Union, cast

from pkg_resources import iter_entry_points

Expand Down

0 comments on commit b2c859c

Please sign in to comment.