Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabi1cazenave committed Nov 26, 2024
1 parent 7c85859 commit eb45a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kalamine/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def main_page(layout: KeyboardLayout, angle_mod: bool = False) -> str:
<body>
<p style="float: right; text-align: right;">
<a href="https://github.com/OneDeadKey/kalamine">kalamine</a>
v{metadata.version('kalamine')}<br>🦆
v{metadata.version('kalamine')}<br>\U0001f986
</p>
<dl>
<dt>Name</dt>
Expand Down
2 changes: 1 addition & 1 deletion kalamine/www/mjs/stats-canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class StatsCanvas extends HTMLElement {

const scale = canvas.height / maxValue;

const renderBarPart = (groupIndex, columnIndex, column, flipVerically) => {
const renderBarPart = (groupIndex, columnIndex, column) => {
let renderedBarHeight = 0;

const colors = Object.entries(this.colors);
Expand Down

0 comments on commit eb45a47

Please sign in to comment.