Skip to content

Commit

Permalink
devtool: remove stale import.
Browse files Browse the repository at this point in the history
`yaml` is imported but not used. This may cause issues as `yaml`
is not a standard library module.
  • Loading branch information
peteut committed Jun 18, 2024
1 parent 62523c2 commit 4d3a52e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meta-xilinx-core/lib/devtool/boot-jtag.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import logging
import argparse
from devtool import setup_tinfoil, parse_recipe, DevtoolError
import yaml
import sys
import glob

Expand Down

0 comments on commit 4d3a52e

Please sign in to comment.