Remove unnecessary require statement

This commit is contained in:
Maikel Linke
2026-01-07 14:08:10 +11:00
parent 06bfd07fec
commit 969dcae8d0

View File

@@ -1,7 +1,5 @@
# frozen_string_literal: true
require 'highline/import'
# see last line where we create an admin if there is none, asking for email and password
def prompt_for_admin_password
if ENV['ADMIN_PASSWORD']