fix: remove stale classroom nolint
This commit is contained in:
parent
c65c88304b
commit
56755e94ec
@ -455,7 +455,6 @@ type ClassroomRosterCmd struct {
|
||||
FailEmpty bool `name:"fail-empty" aliases:"non-empty,require-results" help:"Exit with code 3 if no results"`
|
||||
}
|
||||
|
||||
//nolint:cyclop // command orchestration across two role paths
|
||||
func (c *ClassroomRosterCmd) Run(ctx context.Context, flags *RootFlags) error {
|
||||
u := ui.FromContext(ctx)
|
||||
account, err := requireAccount(flags)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user