Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusMiller committed Jan 26, 2024
1 parent 98f4f9f commit 1e03144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[flake8]
exclude= code/planning/src/behavior_agent/behavior_tree.py,
code/planning/src/behavior_agent/behaviours/__init__.py,
code/planning/src/behavior_agent/behaviours
code/planning/src/behavior_agent/behaviours,
code/planning/__init__.py
2 changes: 1 addition & 1 deletion code/planning/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import behavior_agent
import behavior_agent

0 comments on commit 1e03144

Please sign in to comment.