Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Jul 9, 2024
1 parent dbffc75 commit d2c837e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpf/config_players/bus_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@


class BusPlayer(PluginPlayer):

"""Base class for part of the bus player which runs as part of MPF.
Note: This class is loaded by MPF and everything in it is in the context of
MPF, not the mc.
"""


config_file_section = 'bus_player'
show_section = 'buses'

Expand Down

0 comments on commit d2c837e

Please sign in to comment.