mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
fix code formatting under modules/dml
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from os import getpid
|
||||
from collections import defaultdict
|
||||
|
||||
from modules.dml.pdh import HQuery, HCounter, expand_wildcard_path
|
||||
|
||||
|
||||
class MemoryProvider:
|
||||
hQuery: HQuery
|
||||
hCounters: defaultdict[str, list[HCounter]]
|
||||
|
||||
Reference in New Issue
Block a user