Skip to content

Commit

Permalink
feat: removed specific raspberry pi 4 module
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Nov 1, 2024
1 parent 4bc5a4f commit 621c60a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
3 changes: 0 additions & 3 deletions controller/thymis_controller/modules/builtin_modules.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from thymis_controller.modules.raspberry_pi_4 import RaspberryPi4

from .kiosk import Kiosk
from .modules import Module
from .oci_container import OCIContainers
Expand All @@ -12,7 +10,6 @@
WhateverModule(),
Kiosk(),
OCIContainers(),
RaspberryPi4(),
]

ALL_MODULES_START = ALL_MODULES.copy()
Expand Down
38 changes: 0 additions & 38 deletions controller/thymis_controller/modules/raspberry_pi_4.py

This file was deleted.

0 comments on commit 621c60a

Please sign in to comment.