Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienPeillet committed Nov 29, 2022
1 parent d69a461 commit 99cb1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sammo.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def onSightingsAction(self):
self.tableDock.refresh(layer, self.filterExpr)
self.soundRecordingController.onStopEventWhichNeedSoundRecord(60)

def onFollowersAction(self, validation: Optional[QAction]=None):
def onFollowersAction(self, validation: Optional[QAction] = None):
if validation == self.followersAction.followerTable:
table = SammoAttributeTable.attributeTable(
self.iface, self.session.followersLayer, self.filterExpr
Expand Down

0 comments on commit 99cb1bb

Please sign in to comment.