Skip to content

Commit

Permalink
fix(gui-ubuntupro): Sort imports in subscription_status_model.dart (#403
Browse files Browse the repository at this point in the history
)

Linter rules must've changed recently
  • Loading branch information
EduardGomezEscandell authored Nov 16, 2023
2 parents 104e2e9 + 3c11e8a commit 45457bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import 'package:flutter/material.dart';
import 'package:p4w_ms_store/p4w_ms_store.dart';
import 'package:url_launcher/url_launcher.dart';

import '../../core/environment.dart';
import '/core/agent_api_client.dart';
import '/core/pro_token.dart';
import '../../core/environment.dart';

/// A base class for the view-models that may represent different types of subscriptions and the optional actions they allow.
sealed class SubscriptionStatusModel {
Expand Down

0 comments on commit 45457bd

Please sign in to comment.