Skip to content

Commit

Permalink
removed variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvictoria committed Jan 27, 2025
1 parent cf747d6 commit e66218a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions azure_functions_worker/utils/typing_inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# NOTE: This module must support Python 2.7 in addition to Python 3.x

import collections.abc
import sys
from typing import Callable, ClassVar, Generic, Tuple, TypeVar, Union, _GenericAlias, _SpecialGenericAlias
from typing import (Callable, ClassVar, Generic, Tuple,
TypeVar, Union, _GenericAlias, _SpecialGenericAlias)


# from mypy_extensions import _TypedDictMeta
Expand Down
2 changes: 0 additions & 2 deletions eng/ci/official-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ resources:
ref: refs/tags/release

variables:
- template: /eng/templates/utils/variables.yml@self
- template: /eng/templates/utils/official-variables.yml@self
- name: codeql.excludePathPatterns
value: deps/,build/

Expand Down
3 changes: 0 additions & 3 deletions eng/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ resources:
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release

variables:
- template: /eng/templates/utils/variables.yml@self

extends:
template: v1/1ES.Unofficial.PipelineTemplate.yml@1es
parameters:
Expand Down

0 comments on commit e66218a

Please sign in to comment.