# File lib/compass/import-once/importer.rb, line 34
      def handle_force_import(uri)
        if uri.end_with?("!")
          [uri[0...-1], true]
        else
          [uri, false]
        end
      end