Skip to content

Commit

Permalink
Apply pyupgrade recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Jan 5, 2025
1 parent e0076a5 commit cecb7b4
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion BinaryFileVersioner/BinaryFileVersioner.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2018-2020 Elliot Jordan
#
Expand Down
1 change: 0 additions & 1 deletion Cocktail/CocktailReleasesInfoProvider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2022 Elliot Jordan
#
Expand Down
1 change: 0 additions & 1 deletion Corel/CorelSerializer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2021 Elliot Jordan
#
Expand Down
1 change: 0 additions & 1 deletion Corel/CorelURLProvider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2021 Elliot Jordan
#
Expand Down
1 change: 0 additions & 1 deletion FindAndReplace/FindAndReplace.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2016-2020 Elliot Jordan
#
Expand Down
1 change: 0 additions & 1 deletion GoToMeeting/GoToMeetingURLProvider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2015-2020 Elliot Jordan
# Based on original processor by Nick Gamewell
Expand Down
1 change: 0 additions & 1 deletion Perforce/PerforceURLProvider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2021 Elliot Jordan
#
Expand Down
1 change: 0 additions & 1 deletion R/RProjectURLProvider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2022 Elliot Jordan
#
Expand Down
1 change: 0 additions & 1 deletion VersionSplitter/VersionSplitter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2015-2020 Elliot Jordan
#
Expand Down
1 change: 0 additions & 1 deletion Zoom/Zoom7zUnarchiver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2010 Per Olofsson
# Updated as draft by Yoann Gini in 2017 to support 7z file format for Zoom
Expand Down
1 change: 0 additions & 1 deletion ezeep/ezeepURLProvider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2021 Elliot Jordan
#
Expand Down
3 changes: 0 additions & 3 deletions test/test_functional.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# -*- coding: utf-8 -*-

"""test_functional.py.
Functional tests for homebysix-recipes.
"""


import os
import plistlib
import shutil
Expand Down

0 comments on commit cecb7b4

Please sign in to comment.