Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Feb 6, 2024
1 parent 4fe8055 commit 0f52189
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/tools/not_known_to_gn.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@
It is intended as a failsafe to not foget adding source files
to gn.
"""
import glob
import logging
import os
import sys
from pathlib import Path, PurePath
from typing import Dict
from typing import Dict, Set

import click
import coloredlogs
Expand Down

0 comments on commit 0f52189

Please sign in to comment.