Skip to content

Commit

Permalink
apply format
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosassa committed Feb 18, 2024
1 parent 29a7287 commit 0b82635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/task.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# define tasks
from logging import getLogger

import gokart
import luigi
from luigi.util import requires
from logging import getLogger

logger = getLogger(__name__)

Expand Down

0 comments on commit 0b82635

Please sign in to comment.