Skip to content

Commit

Permalink
[lint] fixed a few linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
junjuew committed Apr 21, 2020
1 parent fa9e491 commit 9808ca8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions examples/fsm_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"""Simple example of using gabrieltool.statemachine.
"""

from __future__ import absolute_import, division, print_function

from functools import partial

from gabrieltool.statemachine import fsm, predicate_zoo, processor_zoo

# create a two state state machine
Expand Down
1 change: 0 additions & 1 deletion examples/sandwich.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"""Sandwich Cognitive Assistant."""

import os
from functools import partial

from gabriel_server.local_engine import runner as gabriel_runner
from gabrieltool.statemachine import fsm, predicate_zoo, processor_zoo, runner
Expand Down
1 change: 0 additions & 1 deletion gabrieltool/statemachine/fsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"""


import functools
import json

from gabrieltool.statemachine import (predicate_zoo, processor_zoo,
Expand Down
1 change: 0 additions & 1 deletion gabrieltool/statemachine/tests/test_statemachine.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

"""Tests for `statemachine` subpackage."""

import functools
import json
import os

Expand Down

0 comments on commit 9808ca8

Please sign in to comment.