Skip to content

Commit

Permalink
fixed isort warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wert <[email protected]>
  • Loading branch information
AlexanderWert committed Jul 7, 2023
1 parent b9c0cf8 commit 96d5e78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
from opentelemetry.semconv.model.constraints import AnyOf, Include, parse_constraints
from opentelemetry.semconv.model.exceptions import ValidationError
from opentelemetry.semconv.model.semantic_attribute import (
AttributeTemplate,
RequirementLevel,
SemanticAttribute,
AttributeTemplate,
unique_attributes,
)
from opentelemetry.semconv.model.unit_member import UnitMember
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@

from opentelemetry.semconv.model.constraints import AnyOf, Include
from opentelemetry.semconv.model.semantic_attribute import (
AttributeTemplate,
EnumAttributeType,
EnumMember,
RequirementLevel,
SemanticAttribute,
AttributeTemplate,
StabilityLevel,
)
from opentelemetry.semconv.model.semantic_convention import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

from opentelemetry.semconv.model.semantic_attribute import (
SemanticAttribute,
AttributeTemplate,
SemanticAttribute,
)


Expand Down

0 comments on commit 96d5e78

Please sign in to comment.