Skip to content

Commit dbab8f0

Browse files
committed
Restore changes
1 parent ea9fdac commit dbab8f0

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/lint.yml

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
9898
--known-failure controller/ExamplePersistentStorage.cpp \
9999
--known-failure controller/ExamplePersistentStorage.h \
100100
--known-failure app/AttributeAccessToken.h \
101-
--known-failure app/CommandHandlerInterface.h \
102101
--known-failure app/CommandResponseSender.h \
103102
--known-failure app/CommandSenderLegacyCallback.h \
104103
--known-failure app/ReadHandler.h \

.vscode/settings.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,5 @@
194194
"[python]": {
195195
"editor.defaultFormatter": "ms-python.autopep8"
196196
},
197-
"autopep8.args": ["--max-line-length", "132"],
198-
"git.detectSubmodules": false,
197+
"autopep8.args": ["--max-line-length", "132"]
199198
}

src/pybindings/pycontroller/python-version.py

-4
This file was deleted.

0 commit comments

Comments
 (0)