Skip to content

Commit

Permalink
Code Refactor ruff check --fix --extend-select I (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: UltralyticsAssistant <[email protected]>
  • Loading branch information
glenn-jocher and UltralyticsAssistant committed Jun 16, 2024
1 parent 44d68ff commit 22a3cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Ultralytics Actions

on:
push:
branches: [main,master]
branches: [main]
pull_request:
branches: [main,master]
branches: [main]

jobs:
format:
Expand Down
1 change: 0 additions & 1 deletion train_tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import plotly.graph_objs as go
import scipy.io
import tensorflow as tf
import tensorflow.contrib.eager as tfe
from plotly.offline import plot

from utils.utils import *
Expand Down

0 comments on commit 22a3cf3

Please sign in to comment.