Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft committed Aug 23, 2021
1 parent ea06e45 commit 622539a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sdk/core/azure-core/azure/core/rest/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@
import cgi
from enum import Enum
from json import dumps
try:
import collections.abc as collections
except ImportError:
import collections
import collections
from typing import (
Optional,
Union,
Expand Down

0 comments on commit 622539a

Please sign in to comment.