Skip to content

Commit

Permalink
Make tox happy
Browse files Browse the repository at this point in the history
  • Loading branch information
LostDragonist committed Nov 25, 2021
1 parent 9704216 commit 846a247
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions games/game_da2.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ class DA2Game(BasicGame):
GameSaveExtension = "das"
GameSteamId = 1238040
GameOriginManifestIds = ["OFB-EAST:59474", "DR:201797000"]
GameOriginWatcherExecutables = (
"DragonAge2.exe",
)
GameOriginWatcherExecutables = ("DragonAge2.exe",)

def version(self):
# Don't forget to import mobase!
Expand Down
1 change: 0 additions & 1 deletion origin_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import psutil
import threading
import time
import sys

from pathlib import Path
from typing import Dict, List
Expand Down

0 comments on commit 846a247

Please sign in to comment.