Skip to content

Commit

Permalink
Stop linter complaining 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Aug 29, 2024
1 parent 7ab744a commit d46bbdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
max-line-length = 160
2 changes: 1 addition & 1 deletion cogs/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
from datetime import datetime
import asyncio
import json
import shutil
import multiprocessing
from pathlib import Path
from glob import glob
import argparse


class Commands(commands.Cog):
def __init__(self, bot):
self.bot = bot
Expand Down

0 comments on commit d46bbdb

Please sign in to comment.