Skip to content

Commit

Permalink
Merged 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calvertvl committed Aug 8, 2022
1 parent bde45c9 commit c6e1832
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion flake8p/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import flake8.main.cli
import flake8.options.config
import sys
from pathlib import Path

from .util import load_flake8_from_toml, find_and_load_toml_file, normalize_from_toml
Expand Down
1 change: 1 addition & 0 deletions flake8p/util.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from typing import Tuple, Any, Dict, List, Optional
from pathlib import Path
import configparser
import sys

if sys.version_info >= (3, 11):
import tomllib as toml
Expand Down

0 comments on commit c6e1832

Please sign in to comment.