mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
bunch of fixes for trunk
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import fnmatch
|
||||
import os
|
||||
import re
|
||||
from abc import ABC
|
||||
from enum import Enum
|
||||
from typing import Final
|
||||
|
||||
@@ -84,10 +83,7 @@ class Asset(Enum):
|
||||
SCREENSHOTS = "screenshots"
|
||||
|
||||
|
||||
class FSHandler(ABC):
|
||||
def __init__(self) -> None:
|
||||
pass
|
||||
|
||||
class FSHandler:
|
||||
def get_roms_fs_structure(self, fs_slug: str) -> str:
|
||||
cnfg = cm.get_config()
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user