Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
William Blum committed Aug 4, 2024
1 parent 2ffa5bc commit c562dfb
Show file tree
Hide file tree
Showing 2 changed files with 245 additions and 153 deletions.
6 changes: 3 additions & 3 deletions cyberbattle/_env/cyberbattle_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ class CyberBattleChain(cyberbattle_env.CyberBattleEnv):
def __init__(self, size, **kwargs):
self.size = size
super().__init__(
initial_environment=chainpattern.new_environment(size),
**kwargs)
initial_environment=chainpattern.new_environment(size), **kwargs
)

@ property
@property
def name(self) -> str:
return f"CyberBattleChain-{self.size}"
Loading

0 comments on commit c562dfb

Please sign in to comment.