Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Sep 25, 2024
1 parent 365704f commit 1b92d96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals

import os
from dataclasses import dataclass
from datetime import datetime
import os
from pathlib import Path
from typing import Optional

import pytz


Expand Down Expand Up @@ -190,8 +191,9 @@ def __post_init__(self):
EDIT_CONTENT_URL = "https://github.com/offbyone/ideas/edit/main/{file_path}"

if "IDEAS_EMIT_TIMING" in os.environ:
import time
import sqlite3
import time

from pelican import signals
from pelican.generators import Generator

Expand Down

0 comments on commit 1b92d96

Please sign in to comment.