Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicToast committed May 18, 2024
1 parent d1d33da commit 2485a47
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/azkaban-gateway/src/app/auth/auth.service.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Injectable, Logger } from '@nestjs/common';
import { Injectable } from '@nestjs/common';
import { Optional } from '@toxictoast/azkaban-base-types';
import { AuthTopics } from '@toxictoast/azkaban-broker-rabbitmq';
import { CircuitBreakerService } from '../circuitbreaker/circuitbreaker.service';
Expand Down
2 changes: 1 addition & 1 deletion apps/azkaban-gateway/src/app/version/version.service.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Inject, Injectable, Logger } from '@nestjs/common';
import { Inject, Injectable } from '@nestjs/common';
import { CircuitBreakerService } from '../circuitbreaker/circuitbreaker.service';
import { ClientProxy } from '@nestjs/microservices';
import {
Expand Down
1 change: 0 additions & 1 deletion apps/azkaban-webhooks/src/app/webhooks/webhooks.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Module } from '@nestjs/common';
import { WebhooksController } from './webhooks.controller';
import { ClientsModule } from '@nestjs/microservices';
import {
azkaban,
azkaban_notify_apialerts,
azkaban_notify_notification,
azkaban_notify_sse,
Expand Down
1 change: 0 additions & 1 deletion apps/azkaban-webhooks/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { NestFactory } from '@nestjs/core';
import { AppModule } from './app/app.module';
import {
azkaban_notify,
azkaban_notify_apialerts,
consumerProvider,
} from '@toxictoast/azkaban-broker-rabbitmq';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Controller, Logger } from '@nestjs/common';
import { Controller } from '@nestjs/common';
import { EventPattern, Payload } from '@nestjs/microservices';
import { NotifyTopics } from '@toxictoast/azkaban-broker-rabbitmq';
import { NotificationService } from './notification.service';
Expand Down

0 comments on commit 2485a47

Please sign in to comment.