Skip to content

Commit

Permalink
Revert "happyfy header checker (mostly newline after header, before i…
Browse files Browse the repository at this point in the history
…mport)"

This reverts commit 0afee0f.
  • Loading branch information
bhamail committed Mar 11, 2022
1 parent 8f2a381 commit 9ee6125
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

[mypy]

files = jake/
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

import pkg_resources

# -- Project information -----------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion jake/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

import argparse
from argparse import ArgumentParser
from datetime import datetime
Expand Down
1 change: 0 additions & 1 deletion jake/command/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

from argparse import ArgumentParser

from . import BaseCommand
Expand Down
1 change: 0 additions & 1 deletion jake/command/iq.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

import logging
from argparse import ArgumentParser
from typing import Any, Dict, Optional, Union
Expand Down
1 change: 0 additions & 1 deletion jake/command/oss.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

import os
from argparse import ArgumentParser
from decimal import Decimal
Expand Down
1 change: 0 additions & 1 deletion jake/command/sbom.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

import sys
from argparse import ArgumentParser, FileType

Expand Down
1 change: 0 additions & 1 deletion license-excludes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<exclude>src/**/__init__.py</exclude>
<exclude>src/**/*.txt</exclude>
<exclude>src/.venv/**</exclude>
<exclude>src/venv/**</exclude>
<exclude>src/**/*.xsd</exclude>
<exclude>src/CHANGELOG.md</exclude>
<exclude>src/SECURITY.md</exclude>
Expand Down
1 change: 0 additions & 1 deletion tests/test_jake.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

import os
import subprocess
from unittest import TestCase
Expand Down

0 comments on commit 9ee6125

Please sign in to comment.