Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stijndcl committed Oct 7, 2020
1 parent 4e3b818 commit 382905f
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 3 deletions.
93 changes: 93 additions & 0 deletions assets/notification_new.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions src/api/managers/notificationManager.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { Got } from "got";
import { InvalidAccessToken } from "../errors/invalidAccessToken";
import { getEnvironmentUrl } from "../../configuration";
import { Notification } from "../resources/notification";

export default class NotificationManager {
Expand Down
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { commands, ExtensionContext, Uri, window, workspace } from "vscode";
import { commands, ExtensionContext, window, workspace } from "vscode";
import RootDataProvider from "./treeView/dataProvider";
import { createNewExercise } from "./commands/createNewExercise";
import { getApiEnvironment } from "./configuration";
Expand Down

0 comments on commit 382905f

Please sign in to comment.