Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Jun 20, 2023
1 parent d5d418e commit 9adca3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/angular/test/tracing.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Component } from '@angular/core';
import type { ActivatedRouteSnapshot, CanActivate, RouterStateSnapshot } from '@angular/router';
import type { Hub } from '@sentry/types';
import { of } from 'rxjs';

import { instrumentAngularRouting, TraceClassDecorator, TraceDirective, TraceMethodDecorator } from '../src';
import { getParameterizedRouteFromSnapshot } from '../src/tracing';
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/test/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Component, NgModule, Provider } from '@angular/core';
import type { Provider } from '@angular/core';
import { Component, NgModule } from '@angular/core';
import type { ComponentFixture } from '@angular/core/testing';
import { TestBed } from '@angular/core/testing';
import type { Routes } from '@angular/router';
Expand Down

0 comments on commit 9adca3e

Please sign in to comment.