Skip to content

Commit

Permalink
Remove unused ALL_SERVICES variable
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Jul 18, 2024
1 parent 89db894 commit a7672b9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ovos_utils/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,6 @@
from pathlib import Path
from typing import Optional, List, Set

ALL_SERVICES = {"bus",
"audio",
"skills",
"voice",
"gui",
"ovos",
"phal",
"phal-admin",
"enclosure",
"admin",
"hivemind",
"hivemind-voice-sat"}


class LOG:
"""
Expand Down

0 comments on commit a7672b9

Please sign in to comment.