Skip to content

Commit

Permalink
Changelog, rm unused test import
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Oct 20, 2023
1 parent 1f49989 commit f68ec42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/solarwindscloud/solarwinds-apm-python/compare/rel-0.17.0...HEAD)

### Added
- Add support for `SW_APM_TRANSACTION_NAME` ([#206](https://github.com/solarwindscloud/solarwinds-apm-python/pull/206))

## [0.17.0](https://github.com/solarwindscloud/solarwinds-apm-python/releases/tag/rel-0.17.0) - 2023-09-20

### Changed
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_inbound_metrics_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

import os
import pytest # pylint: disable=unused-import

from solarwinds_apm.inbound_metrics_processor import SolarWindsInboundMetricsSpanProcessor
Expand Down

0 comments on commit f68ec42

Please sign in to comment.