Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jan 15, 2024
1 parent 1fdb815 commit 18e6823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/web/helpers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env python3

from __future__ import annotations

import os
from functools import lru_cache
from pathlib import Path
Expand Down

0 comments on commit 18e6823

Please sign in to comment.