Skip to content

Commit 7008d2f

Browse files
fix indentation issue python 3.11
1 parent 1a267fd commit 7008d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copyleaks/models/submit/scanning_copyleaks_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
class ScanningCopyleaksDb:
27-
def get_include_my_submissions(self):
27+
def get_include_my_submissions(self):
2828
'''
2929
When set to true: Copyleaks will also compare against content which was uploaded by YOU to the Copyleaks internal database.
3030
If true, it will also index the scan in the Copyleaks internal database.

0 commit comments

Comments
 (0)