Skip to content

Commit

Permalink
Fixed pylint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Parag Sathaye committed Aug 30, 2024
1 parent 39449c4 commit aa8f824
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ disable=C0114,
C0115,
C0116,
E0013,
W0718

# Load and enable all available extensions. Use --list-extensions to see a list
# all available extensions.
Expand Down
8 changes: 8 additions & 0 deletions apps/aws/dangling.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
fsck gave this output
Checking object directories: 100% (256/256), done.
Checking objects: 100% (81/81), done.
dangling tree f6c09cb2b9c40739222b32f3f04c2c13a2cf01a9
dangling commit 39449c45d0b14b4582023c5eae6a428aafa59e91
dangling tree 1e076f587d0d99d954985e31c9eed2566198947e
dangling tree 644c17466f68ce4787ad754601e67af1f379915a
dangling commit 86211f80de692c0d9da53722b0c89a933ef8d885
2 changes: 1 addition & 1 deletion apps/aws/models/models.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import json
import boto3
import time
import boto3
from django.conf import settings
from django.db import models

Expand Down

0 comments on commit aa8f824

Please # to comment.