Skip to content

Commit

Permalink
refactor: Removed unsused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Apr 8, 2024
1 parent 35d7ee4 commit 7f3bc2d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.sitblueprint.admin.model.applications.ApplicationForm;
import com.sitblueprint.admin.repository.applications.ApplicationFormRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.sitblueprint.admin.model.events.EventForm;
import com.sitblueprint.admin.repository.events.EventFormRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.sitblueprint.admin.service.users;

import com.fasterxml.jackson.databind.ObjectMapper;
import com.sitblueprint.admin.model.users.AuthUser;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.http.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.sitblueprint.admin.model.users.Role;
import com.sitblueprint.admin.repository.users.RoleRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.sitblueprint.admin.model.users.Team;
import com.sitblueprint.admin.model.users.User;
import com.sitblueprint.admin.repository.users.TeamRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

import java.time.LocalDateTime;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.sitblueprint.admin.model.users.AuthUser;
import com.sitblueprint.admin.model.users.User;
import com.sitblueprint.admin.repository.users.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

import java.time.LocalDateTime;
Expand Down

0 comments on commit 7f3bc2d

Please sign in to comment.