Skip to content

Commit

Permalink
Fixed pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 26, 2023
1 parent 5fffe9e commit 7d6346e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
standard output.
"""

from py4j.java_gateway import JavaGateway

from asphalt.core import CLIApplicationComponent, Context, run_application
from py4j.java_gateway import JavaGateway


class ApplicationComponent(CLIApplicationComponent):
Expand Down

0 comments on commit 7d6346e

Please sign in to comment.