Skip to content

Commit 1673f9b

Browse files
author
geo
committed
Minor changes and exclude pyc files
1 parent fbca42b commit 1673f9b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
3+
4+
# Exclude python executables
5+
! *.pyc
6+

src/jarvis/jarvis/core/processor.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
from jarvis.core.nlp_processor import ResponseCreator
3939
from jarvis.core.console_manager import ConsoleManager
4040

41+
4142
class Processor:
4243
def __init__(self):
4344
self.input_engine = STTEngine(

0 commit comments

Comments
 (0)