Skip to content

Commit

Permalink
stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Jan 23, 2025
1 parent 9442495 commit d7df4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dipdup/runtimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def runtime_config(self) -> 'RuntimeConfigurationObject':

def get_spec_version(self, name: str) -> SubstrateSpecVersion:
if name in self._spec_versions:
self._spec_versions[name]
return self._spec_versions[name]

_logger.info('loading spec version `%s`', name)

Expand Down

0 comments on commit d7df4e2

Please sign in to comment.