Skip to content

Commit

Permalink
[MegaLinter] Apply linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lyricnz authored and megalinter-bot committed May 20, 2024
1 parent cbe2f19 commit d5306b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion code/adhoc_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import utils
from bs4 import BeautifulSoup
from tabulate import tabulate

from utils import get_all_features

NBN_UPGRADE_DATES_URL = (
Expand Down
3 changes: 1 addition & 2 deletions code/update_breakdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

import logging

from tabulate import tabulate

from adhoc_tools import generate_state_breakdown, update_breakdown
from tabulate import tabulate


def print_breakdowns(breakdowns):
Expand Down

0 comments on commit d5306b0

Please sign in to comment.