Skip to content

Commit

Permalink
Remove unused require
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyendres committed Oct 23, 2024
1 parent dd10aa6 commit 4aad6fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/schedules_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

# require_relative '../services/csv_handler'

# app/controllers/schedules_controller.rb
class SchedulesController < ApplicationController
before_action :set_schedule, only: %i[show destroy upload_rooms upload_instructors]
Expand Down

0 comments on commit 4aad6fa

Please sign in to comment.